Commit 74adcb21 authored by Nicolas Ferre's avatar Nicolas Ferre

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: stable <stable@vger.kernel.org>
parent cca0355a
...@@ -37,8 +37,8 @@ macb0: ethernet@f802c000 { ...@@ -37,8 +37,8 @@ macb0: ethernet@f802c000 {
usb0: ohci@00600000 { usb0: ohci@00600000 {
status = "okay"; status = "okay";
num-ports = <2>; num-ports = <2>;
atmel,vbus-gpio = <&pioD 19 0 atmel,vbus-gpio = <&pioD 19 1
&pioD 20 0 &pioD 20 1
>; >;
}; };
......
...@@ -73,8 +73,8 @@ data@4000000 { ...@@ -73,8 +73,8 @@ data@4000000 {
usb0: ohci@00700000 { usb0: ohci@00700000 {
status = "okay"; status = "okay";
num-ports = <2>; num-ports = <2>;
atmel,vbus-gpio = <&pioD 1 0 atmel,vbus-gpio = <&pioD 1 1
&pioD 3 0>; &pioD 3 1>;
}; };
usb1: ehci@00800000 { usb1: ehci@00800000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment