ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board

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>
This commit is contained in:
Andy Yan 2016-09-04 16:33:10 +08:00 committed by Heiko Stuebner
parent 7693df8319
commit 5eb3fcf341
1 changed files with 4 additions and 0 deletions

View File

@ -525,3 +525,7 @@
&usbphy {
status = "okay";
};
&usb_otg {
status = "okay";
};