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

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

Enable the otg controller on GA10H-A33 tablets, for now it is enabled
in host-only mode, because true OTG support requires support for
detecting and enabling Vbus through the axp221 pmic.

For this to work the Vbus on the port must be enabled by u-boot,
or a powered hub must be used.

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
4e2066ed a85b59c1

+9
+9
arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts
··· 123 123 pinctrl-0 = <&r_uart_pins_a>; 124 124 status = "okay"; 125 125 }; 126 + 127 + &usb_otg { 128 + dr_mode = "host"; 129 + status = "okay"; 130 + }; 131 + 132 + &usbphy { 133 + status = "okay"; 134 + };