[PATCH 2/3] ARM: dts: imx7: Drop reset-names property for mipi_csi node

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Dec 2 14:19:02 PST 2021


The reset-names property isn't defined by the nxp,imx7-mipi-csi2.yaml
binding, and isn't used by the corresponding driver as it acquires the
reset with a NULL ID. Drop it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 1843fc053870..7e6b99ece7e9 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -819,7 +819,6 @@ mipi_csi: mipi-csi at 30750000 {
 				power-domains = <&pgc_mipi_phy>;
 				phy-supply = <&reg_1p0d>;
 				resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
-				reset-names = "mrst";
 				status = "disabled";
 
 				port at 0 {
-- 
Regards,

Laurent Pinchart




More information about the linux-arm-kernel mailing list