1
0
Fork 0

ARM: dts: sun4i: inet97fv2: Disable unused usb controllers

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>
hifive-unleashed-5.1
Hans de Goede 2015-08-24 00:37:22 +02:00 committed by Maxime Ripard
parent 2a9a5cfaf1
commit cb8b85a89a
1 changed files with 0 additions and 17 deletions

View File

@ -61,10 +61,6 @@
};
};
&ehci0 {
status = "okay";
};
&ehci1 {
status = "okay";
};
@ -94,18 +90,6 @@
status = "okay";
};
&ohci0 {
status = "okay";
};
&ohci1 {
status = "okay";
};
&reg_usb1_vbus {
status = "okay";
};
&reg_usb2_vbus {
status = "okay";
};
@ -117,7 +101,6 @@
};
&usbphy {
usb1_vbus-supply = <&reg_usb1_vbus>;
usb2_vbus-supply = <&reg_usb2_vbus>;
status = "okay";
};