projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
760bb97
)
ARM: dts: rockchip: enable usb controller on marsboard
author
Heiko Stuebner
<heiko@sntech.de>
Sun, 2 Aug 2015 20:34:17 +0000
(22:34 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Sat, 8 Aug 2015 10:25:38 +0000
(12:25 +0200)
This enables the previously disabled usb controllers on the marsboard
and makes it possible to for example mount usb mass storage devices.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a-marsboard.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rk3066a-marsboard.dts
b/arch/arm/boot/dts/rk3066a-marsboard.dts
index 08f5b43171ebd4c4c8c4a5689f2f41ddb807ab0b..bae965c123c165d38fb8d8836667ae749893f283 100644
(file)
--- a/
arch/arm/boot/dts/rk3066a-marsboard.dts
+++ b/
arch/arm/boot/dts/rk3066a-marsboard.dts
@@
-206,6
+206,14
@@
status = "okay";
};
+&usb_host {
+ status = "okay";
+};
+
+&usb_otg {
+ status = "okay";
+};
+
&wdt {
status = "okay";
};