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>
This commit is contained in:
John Keeping 2018-02-18 17:03:36 +00:00 committed by Heiko Stuebner
parent 83454312f7
commit 8dc9b97203
1 changed files with 4 additions and 0 deletions

View File

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