ARM: dts: sun4i: inet97fv2: Disable unused usb controllers
authorHans de Goede <hdegoede@redhat.com>
Sun, 23 Aug 2015 22:37:22 +0000 (00:37 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 27 Sep 2015 08:21:18 +0000 (10:21 +0200)
The inet97fv2 tablet only has a usb-2 wifi device connected to the second
ehci controller, disable the first ehci controller and both ohci
controllers.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10-inet97fv2.dts

index 6c927a824ba20f4ac9f9c89b484fe978618a6cdc..51621c5683820ca7bac6a395a27290da8440cbca 100644 (file)
        };
 };
 
-&ehci0 {
-       status = "okay";
-};
-
 &ehci1 {
        status = "okay";
 };
        status = "okay";
 };
 
-&ohci0 {
-       status = "okay";
-};
-
-&ohci1 {
-       status = "okay";
-};
-
-&reg_usb1_vbus {
-       status = "okay";
-};
-
 &reg_usb2_vbus {
        status = "okay";
 };
 };
 
 &usbphy {
-       usb1_vbus-supply = <&reg_usb1_vbus>;
        usb2_vbus-supply = <&reg_usb2_vbus>;
        status = "okay";
 };
This page took 0.029831 seconds and 5 git commands to generate.