Unverified Commit 27c9f2a0 authored by Jernej Skrabec's avatar Jernej Skrabec Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: h6: orangepi: Disable OTG mode



As can be seen from OrangePi Lite 2 and One Plus schematics, VBUS pin on
USB OTG port is directly connected to 5 V power supply. This mean that
OTG port can safely operate only in host mode, even though these two
boards have ID pin connected.

Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent b928fd46
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -251,7 +251,12 @@
};

&usb2otg {
	dr_mode = "otg";
	/*
	 * OrangePi Lite 2 and One Plus, where this DT is used, don't
	 * have a controllable VBUS even though they do have an ID pin.
	 * Using it as anything but a USB host is unsafe.
	 */
	dr_mode = "host";
	status = "okay";
};