diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-24 01:37:22 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-09-27 11:21:18 +0300 |
commit | cb8b85a89ac80d9a15ad518b7fc74a360c59e5c2 (patch) | |
tree | 8d932de0d889a442a21332ab8366d507802c5835 /arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | |
parent | 2a9a5cfaf1c1d0d6f34887faaa05cc86ff9b4288 (diff) | |
download | linux-cb8b85a89ac80d9a15ad518b7fc74a360c59e5c2.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-inet97fv2.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts b/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts index 6c927a824ba2..51621c568382 100644 --- a/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts +++ b/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts @@ -61,10 +61,6 @@ }; }; -&ehci0 { - status = "okay"; -}; - &ehci1 { status = "okay"; }; @@ -94,18 +90,6 @@ status = "okay"; }; -&ohci0 { - status = "okay"; -}; - -&ohci1 { - status = "okay"; -}; - -®_usb1_vbus { - status = "okay"; -}; - ®_usb2_vbus { status = "okay"; }; @@ -117,7 +101,6 @@ }; &usbphy { - usb1_vbus-supply = <®_usb1_vbus>; usb2_vbus-supply = <®_usb2_vbus>; status = "okay"; }; |