ARM: dts: sun7i: lamobo-r1: Remove usb1 vbus regulator
authorChen-Yu Tsai <wens@csie.org>
Wed, 6 Jul 2016 09:10:43 +0000 (17:10 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 9 Jul 2016 08:10:14 +0000 (10:10 +0200)
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>
arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts

index 2851428..7307f07 100644 (file)
        status = "okay";
 };
 
-&reg_usb1_vbus {
-       status = "okay";
-};
-
 &reg_usb2_vbus {
        gpio = <&pio 7 12 GPIO_ACTIVE_HIGH>; /* PH12 */
        status = "okay";
        usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
        usb0_vbus_power-supply = <&usb_power_supply>;
        usb0_vbus-supply = <&reg_usb0_vbus>;
-       usb1_vbus-supply = <&reg_usb1_vbus>;
        usb2_vbus-supply = <&reg_usb2_vbus>;
        status = "okay";
 };