Message ID | 20160826144226.29969-1-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Aug 26, 2016 at 04:42:23PM +0200, Hans de Goede wrote: > 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> Applied, thanks Maxime
diff --git a/arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts b/arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts index f3cb297..5f98582 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"; };
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> --- arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts | 4 ---- 1 file changed, 4 deletions(-)