Browse Source

ARM: at91/dts: USB host vbus is active low

Change vbus gpio configuration in .dts files to switch to
active low configuration.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: stable <stable@vger.kernel.org>
Nicolas Ferre 13 years ago
parent
commit
74adcb2106
2 changed files with 4 additions and 4 deletions
  1. 2 2
      arch/arm/boot/dts/at91sam9g25ek.dts
  2. 2 2
      arch/arm/boot/dts/at91sam9m10g45ek.dts

+ 2 - 2
arch/arm/boot/dts/at91sam9g25ek.dts

@@ -37,8 +37,8 @@
 		usb0: ohci@00600000 {
 			status = "okay";
 			num-ports = <2>;
-			atmel,vbus-gpio = <&pioD 19 0
-					   &pioD 20 0
+			atmel,vbus-gpio = <&pioD 19 1
+					   &pioD 20 1
 					  >;
 		};
 

+ 2 - 2
arch/arm/boot/dts/at91sam9m10g45ek.dts

@@ -73,8 +73,8 @@
 		usb0: ohci@00700000 {
 			status = "okay";
 			num-ports = <2>;
-			atmel,vbus-gpio = <&pioD 1 0
-					   &pioD 3 0>;
+			atmel,vbus-gpio = <&pioD 1 1
+					   &pioD 3 1>;
 		};
 
 		usb1: ehci@00800000 {