Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl: move iomuxc compatible assignment out of root node

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>

authored by

Marco Felsch and committed by
Shawn Guo
d77a99a8 ed13ffc5

+8 -8
+4 -4
arch/arm/boot/dts/imx6dl.dtsi
··· 88 88 }; 89 89 90 90 aips1: bus@2000000 { 91 - iomuxc: pinctrl@20e0000 { 92 - compatible = "fsl,imx6dl-iomuxc"; 93 - }; 94 - 95 91 pxp: pxp@20f0000 { 96 92 reg = <0x020f0000 0x4000>; 97 93 interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>; ··· 292 296 293 297 &hdmi { 294 298 compatible = "fsl,imx6dl-hdmi"; 299 + }; 300 + 301 + &iomuxc { 302 + compatible = "fsl,imx6dl-iomuxc"; 295 303 }; 296 304 297 305 &ipu1_csi1 {
+4 -4
arch/arm/boot/dts/imx6q.dtsi
··· 182 182 status = "disabled"; 183 183 }; 184 184 }; 185 - 186 - iomuxc: pinctrl@20e0000 { 187 - compatible = "fsl,imx6q-iomuxc"; 188 - }; 189 185 }; 190 186 191 187 sata: sata@2200000 { ··· 421 425 remote-endpoint = <&ipu2_di1_hdmi>; 422 426 }; 423 427 }; 428 + }; 429 + 430 + &iomuxc { 431 + compatible = "fsl,imx6q-iomuxc"; 424 432 }; 425 433 426 434 &ipu1_csi1 {