Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun8i: Enable USB host on GA10H-A33 tablets

The GA10H tablets not only have an otg connector, but also a normal
usb host connector, enabled support for this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Hans de Goede and committed by
Maxime Ripard
c43fa321 4e2066ed

+8
+8
arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts
··· 61 61 }; 62 62 }; 63 63 64 + &ehci0 { 65 + status = "okay"; 66 + }; 67 + 64 68 &i2c0 { 65 69 pinctrl-names = "default"; 66 70 pinctrl-0 = <&i2c0_pins_a>; ··· 110 106 bus-width = <4>; 111 107 cd-gpios = <&pio 1 4 GPIO_ACTIVE_HIGH>; /* PB4 */ 112 108 cd-inverted; 109 + status = "okay"; 110 + }; 111 + 112 + &ohci0 { 113 113 status = "okay"; 114 114 }; 115 115