aboutsummaryrefslogtreecommitdiff
path: root/src/arm/imx7d-cl-som-imx7.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-06-20 02:28:15 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-06-20 02:28:15 +0000
commit8fdc67f730291b64de002bf95d19ae75e058b8ce (patch)
tree7168a4d1758594b7d9d103004964d3ab4a44d2a3 /src/arm/imx7d-cl-som-imx7.dts
parentff018dbf5bb142aa83bd955e5b6c55d66e9e9c1e (diff)
downloadsrc-8fdc67f730291b64de002bf95d19ae75e058b8ce.tar.gz
src-8fdc67f730291b64de002bf95d19ae75e058b8ce.zip
Update the DTS file from Linux 4.11vendor/device-tree/4.11
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=320128 svn path=/vendor/device-tree/4.11/; revision=320129; tag=vendor/device-tree/4.11
Diffstat (limited to 'src/arm/imx7d-cl-som-imx7.dts')
-rw-r--r--src/arm/imx7d-cl-som-imx7.dts14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/arm/imx7d-cl-som-imx7.dts b/src/arm/imx7d-cl-som-imx7.dts
index 58b09bf1ba2d..ae45af1ad062 100644
--- a/src/arm/imx7d-cl-som-imx7.dts
+++ b/src/arm/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 {
fsl,pins = <
MX7D_PAD_SD3_CMD__SD3_CMD 0x59
@@ -283,3 +277,11 @@
>;
};
};
+
+&iomuxc_lpsr {
+ pinctrl_usbotg1: usbotg1grp {
+ fsl,pins = <
+ MX7D_PAD_LPSR_GPIO1_IO05__GPIO1_IO5 0x14 /* OTG PWREN */
+ >;
+ };
+}; \ No newline at end of file