diff options
author | John Keeping <john@metanate.com> | 2018-02-18 12:03:36 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-19 00:53:35 -0500 |
commit | 8dc9b9720380a3c16969932151ba92b558110b2f (patch) | |
tree | d938d81e9840ebe1fe4f3861c100c2e0074a7bb2 | |
parent | 83454312f72ea310c315117dad27e5f0c0b05c30 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/rk3288-rock2-square.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-rock2-square.dts b/arch/arm/boot/dts/rk3288-rock2-square.dts index 0ea2a3a1fa51..8ccc89dbdfaf 100644 --- a/arch/arm/boot/dts/rk3288-rock2-square.dts +++ b/arch/arm/boot/dts/rk3288-rock2-square.dts | |||
@@ -321,3 +321,7 @@ | |||
321 | &usb_host1 { | 321 | &usb_host1 { |
322 | status = "okay"; | 322 | status = "okay"; |
323 | }; | 323 | }; |
324 | |||
325 | &usb_otg { | ||
326 | status = "okay"; | ||
327 | }; | ||