diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-08-26 17:42:23 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-27 01:31:58 +0300 |
commit | 593d5f3a4a25da1f2d974d7ed5f92cd4fe0c8a36 (patch) | |
tree | 97a307baeb4b7036d38601112bd6b5a0d37b75e0 /arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts | |
parent | b44a0a72dfd5fc5e3194f0c8eeec5b43d33ae792 (diff) | |
download | linux-593d5f3a4a25da1f2d974d7ed5f92cd4fe0c8a36.tar.xz |
ARM: dts: sun4i: Disable ohci1 on ba10-tv-box
The ehci1/ohci1 pair on the ba10-tv-box is connected to an USB-2 wifi
module soldered on the PCB, so there enabling ohci1 is not necessary.
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-ba10-tvbox.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts b/arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts index f3cb297fd1db..5f98582232d6 100644 --- a/arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts +++ b/arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts @@ -121,10 +121,6 @@ status = "okay"; }; -&ohci1 { - status = "okay"; -}; - &otg_sram { status = "okay"; }; |