arm64: dts: allwinner: h6: orangepi: Disable OTG mode
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / allwinner / sun50i-h6-orangepi.dtsi
index f1be3dd..ebc120a 100644 (file)
 };
 
 &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";
 };