projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8345431
)
ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square
author
John Keeping
<john@metanate.com>
Sun, 18 Feb 2018 17:03:36 +0000
(17:03 +0000)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 19 Feb 2018 05:53:35 +0000
(06:53 +0100)
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>
arch/arm/boot/dts/rk3288-rock2-square.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-rock2-square.dts
b/arch/arm/boot/dts/rk3288-rock2-square.dts
index 0ea2a3a1fa51a7b8fb89ae5896358da4602bef09..8ccc89dbdfaf0164c2d780b6732baa6397ef6248 100644
(file)
--- 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";
+};