Browse Source

ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square

This allows the USB gadget framework to be used on Rock2 Square.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
John Keeping 7 years ago
parent
commit
8dc9b97203
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/rk3288-rock2-square.dts

+ 4 - 0
arch/arm/boot/dts/rk3288-rock2-square.dts

@@ -321,3 +321,7 @@
 &usb_host1 {
 &usb_host1 {
 	status = "okay";
 	status = "okay";
 };
 };
+
+&usb_otg {
+	status = "okay";
+};