diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-07-06 11:10:43 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-09 10:10:14 +0200 |
commit | bec72ca528e2af87f345863b39197434c53f5c92 (patch) | |
tree | e81ab4fb97b7686af26dd22a0b4aaf1e314bae7f /arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | |
parent | ARM: dts: sun7i: lamobo-r1: Fix USB-based WiFi module power (diff) | |
download | linux-bec72ca528e2af87f345863b39197434c53f5c92.tar.xz linux-bec72ca528e2af87f345863b39197434c53f5c92.zip |
ARM: dts: sun7i: lamobo-r1: Remove usb1 vbus regulator
USB1 VBUS is directly tied to the 5V rail on the board. It is not
individually controllable. Drop the regulator.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts b/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts index 285142882a80..7307f07f82bd 100644 --- a/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts +++ b/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts @@ -282,10 +282,6 @@ status = "okay"; }; -®_usb1_vbus { - status = "okay"; -}; - ®_usb2_vbus { gpio = <&pio 7 12 GPIO_ACTIVE_HIGH>; /* PH12 */ status = "okay"; @@ -336,7 +332,6 @@ usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */ usb0_vbus_power-supply = <&usb_power_supply>; usb0_vbus-supply = <®_usb0_vbus>; - usb1_vbus-supply = <®_usb1_vbus>; usb2_vbus-supply = <®_usb2_vbus>; status = "okay"; }; |