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

Commit f2f221c7 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun8i: a711: Enable USB OTG



The TBS A711 has a micro-USB connector that can be used in OTG mode. Enable
it.

Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 90c5d7cd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -335,7 +335,14 @@
	status = "okay";
};

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

&usbphy {
	usb0_id_det-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */
	usb0_vbus-supply = <&reg_drivevbus>;
	usb1_vbus_supply = <&reg_vmain>;
	usb2_vbus_supply = <&reg_vmain>;
	status = "okay";