ARM: dts: imx7d-cl-som: Fix OTG power pinctrl
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 19 Jan 2017 09:09:23 +0000 (10:09 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 29 Jan 2017 01:53:08 +0000 (09:53 +0800)
GPIO01_IO05 is controlled by the LPSR iomux controller, so attach
the corresponding pin to this controller.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-cl-som-imx7.dts

index 58b09bf..1135bc9 100644 (file)
                >;
        };
 
-       pinctrl_usbotg1: usbotg1grp {
-               fsl,pins = <
-                       MX7D_PAD_GPIO1_IO05__GPIO1_IO5          0x14 /* OTG PWREN */
-               >;
-       };
-
        pinctrl_usdhc3: usdhc3grp {
                fsl,pins = <
                        MX7D_PAD_SD3_CMD__SD3_CMD               0x59
                >;
        };
 };
+
+&iomuxc_lpsr {
+       pinctrl_usbotg1: usbotg1grp {
+               fsl,pins = <
+                       MX7D_PAD_GPIO1_IO05__GPIO1_IO5          0x14 /* OTG PWREN */
+               >;
+       };
+};
\ No newline at end of file