]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square
authorJohn Keeping <john@metanate.com>
Sun, 18 Feb 2018 17:03:36 +0000 (17:03 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 19 Feb 2018 05:53:35 +0000 (06:53 +0100)
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>
arch/arm/boot/dts/rk3288-rock2-square.dts

index 0ea2a3a1fa51a7b8fb89ae5896358da4602bef09..8ccc89dbdfaf0164c2d780b6732baa6397ef6248 100644 (file)
@@ -321,3 +321,7 @@ &usb_host0_ehci {
 &usb_host1 {
        status = "okay";
 };
+
+&usb_otg {
+       status = "okay";
+};