Browse Source

ARM: dts: imx7d-cl-som: Fix OTG power pinctrl

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>
Sascha Hauer 8 years ago
parent
commit
ccc59b0c18
1 changed files with 8 additions and 6 deletions
  1. 8 6
      arch/arm/boot/dts/imx7d-cl-som-imx7.dts

+ 8 - 6
arch/arm/boot/dts/imx7d-cl-som-imx7.dts

@@ -261,12 +261,6 @@
 		>;
 		>;
 	};
 	};
 
 
-	pinctrl_usbotg1: usbotg1grp {
-		fsl,pins = <
-			MX7D_PAD_GPIO1_IO05__GPIO1_IO5		0x14 /* OTG PWREN */
-		>;
-	};
-
 	pinctrl_usdhc3: usdhc3grp {
 	pinctrl_usdhc3: usdhc3grp {
 		fsl,pins = <
 		fsl,pins = <
 			MX7D_PAD_SD3_CMD__SD3_CMD		0x59
 			MX7D_PAD_SD3_CMD__SD3_CMD		0x59
@@ -283,3 +277,11 @@
 		>;
 		>;
 	};
 	};
 };
 };
+
+&iomuxc_lpsr {
+	pinctrl_usbotg1: usbotg1grp {
+		fsl,pins = <
+			MX7D_PAD_GPIO1_IO05__GPIO1_IO5		0x14 /* OTG PWREN */
+		>;
+	};
+};