ARM: dts: imx6qdl: move iomuxc compatible assignment out of root node
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 31 Aug 2020 13:27:49 +0000 (15:27 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 5 Sep 2020 08:05:07 +0000 (16:05 +0800)
The common imx6qdl.dtsi already defines the iomuxc phandle. Make use of
it in the imx6dl.dtsi and imx6q.dtsi.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q.dtsi

index 77b65a4..fdd81fd 100644 (file)
                };
 
                aips1: bus@2000000 {
-                       iomuxc: pinctrl@20e0000 {
-                               compatible = "fsl,imx6dl-iomuxc";
-                       };
-
                        pxp: pxp@20f0000 {
                                reg = <0x020f0000 0x4000>;
                                interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
        compatible = "fsl,imx6dl-hdmi";
 };
 
+&iomuxc {
+       compatible = "fsl,imx6dl-iomuxc";
+};
+
 &ipu1_csi1 {
        ipu1_csi1_from_ipu1_csi1_mux: endpoint {
                remote-endpoint = <&ipu1_csi1_mux_to_ipu1_csi1>;
index 78a4d64..5277e39 100644 (file)
                                        status = "disabled";
                                };
                        };
-
-                       iomuxc: pinctrl@20e0000 {
-                               compatible = "fsl,imx6q-iomuxc";
-                       };
                };
 
                sata: sata@2200000 {
        };
 };
 
+&iomuxc {
+       compatible = "fsl,imx6q-iomuxc";
+};
+
 &ipu1_csi1 {
        ipu1_csi1_from_mipi_vc1: endpoint {
                remote-endpoint = <&mipi_vc1_to_ipu1_csi1>;