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 Ippo Q8H-A23 tablets

Enable the otg controller on Ippo Q8H 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
a85b59c1 14b72898

+9
+9
arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
··· 125 125 pinctrl-0 = <&r_uart_pins_a>; 126 126 status = "okay"; 127 127 }; 128 + 129 + &usb_otg { 130 + dr_mode = "host"; 131 + status = "okay"; 132 + }; 133 + 134 + &usbphy { 135 + status = "okay"; 136 + };