]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6qdl-sabrelite: move usbotg power enable to pinctrl_usbotg
authorTroy Kisky <troy.kisky@boundarydevices.com>
Tue, 17 Dec 2013 01:12:55 +0000 (18:12 -0700)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:06:24 +0000 (11:06 +0800)
This patch moves pin EIM_D22(power enable) from pinctrl_hog to pinctrl_usbotg.
It also explicitly sets the pad to 0x000b0, which is also the value
that it has before this patch if using mainline u-boot.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi

index 90d99bf1a83baa4b9cc91d519b041da9107c589d..2654ff12b5bc6bfca75b9a7dd9bbef4b3c617b3c 100644 (file)
        imx6q-sabrelite {
                pinctrl_hog: hoggrp {
                        fsl,pins = <
-                               MX6QDL_PAD_EIM_D22__GPIO3_IO22  0x80000000
                                MX6QDL_PAD_EIM_D23__GPIO3_IO23  0x80000000
                                MX6QDL_PAD_GPIO_0__CCM_CLKO1    0x80000000
                        >;
                };
 
                pinctrl_usbotg: usbotggrp {
-                       fsl,pins = <MX6QDL_USBOTG_PINGRP1>;
+                       fsl,pins = <
+                               MX6QDL_USBOTG_PINGRP1
+                               /* power enable, high active */
+                               MX6QDL_PAD_EIM_D22__GPIO3_IO22  0x000b0
+                       >;
                };
 
                pinctrl_usdhc3: usdhc3grp {