]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx27-phytec-phycore-som: Disable PM pins for USB OTG
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 26 Apr 2014 04:52:08 +0000 (08:52 +0400)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:04 +0000 (23:02 +0800)
USB PWR and OC pins are used as GPIOs for different purposes,
so add "disable-over-current" property for OTG node to indicate this.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi

index 93482e9d2c9325addf3c813784fcd40e8d9d0d2b..b81796c453b822050ab501ce562b4073ea0440df 100644 (file)
@@ -323,6 +323,7 @@ &usbotg {
        phy_type = "ulpi";
        fsl,usbphy = <&usbphy0>;
        vbus-supply = <&sw3_reg>;
+       disable-over-current;
        status = "okay";
 };