diff options
author | John Keeping <john@metanate.com> | 2018-02-18 17:03:36 +0000 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-19 06:53:35 +0100 |
commit | 8dc9b9720380a3c16969932151ba92b558110b2f (patch) | |
tree | d938d81e9840ebe1fe4f3861c100c2e0074a7bb2 /arch/arm/boot | |
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>
Diffstat (limited to 'arch/arm/boot')
-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 @@ &usb_host1 { status = "okay"; }; + +&usb_otg { + status = "okay"; +}; |