Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a85b59c1 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 14b72898
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -125,3 +125,12 @@
	pinctrl-0 = <&r_uart_pins_a>;
	status = "okay";
};

&usb_otg {
	dr_mode = "host";
	status = "okay";
};

&usbphy {
	status = "okay";
};