]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board
authorAndy Yan <andy.yan@rock-chips.com>
Sun, 4 Sep 2016 08:33:10 +0000 (16:33 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 4 Sep 2016 22:17:39 +0000 (00:17 +0200)
Enable USB OTG port on RK3288 Popmetal board, So we can run
some usb gadget functions like Android adb on this board.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-popmetal.dts

index dda8d259bb6d069ce954447c800c6db46c94ceb5..acb0b1013a6c25525e714a9e942417b0a2b3e675 100644 (file)
 &usbphy {
        status = "okay";
 };
+
+&usb_otg {
+       status = "okay";
+};