[PATCH v2 2/2] ARM: dts: sun8i: a711: Enable USB OTG
Maxime Ripard
maxime.ripard at free-electrons.com
Mon Oct 23 13:21:56 PDT 2017
The TBS A711 has a micro-USB connector that can be used in OTG mode. Enable
it.
Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
index 786937a3af78..94fb01564304 100644
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
@@ -337,7 +337,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 = <®_drivevbus>;
usb1_vbus_supply = <®_vmain>;
usb2_vbus_supply = <®_vmain>;
status = "okay";
--
git-series 0.9.1
More information about the linux-arm-kernel
mailing list