projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12dd365
)
ARM: dts: Enable USB host1(dwc) on rk3288-evb
author
Kever Yang
<kever.yang@rock-chips.com>
Fri, 8 Aug 2014 03:55:59 +0000
(11:55 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 9 Sep 2014 08:01:21 +0000
(10:01 +0200)
USB host1 port is the host A port nearby the otg port.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rk3288-evb.dtsi
b/arch/arm/boot/dts/rk3288-evb.dtsi
index 98b69d017de9412a14f343047771ad7012689aad..cb83cea52fa141db24a4882469ef7dad904d892a 100644
(file)
--- a/
arch/arm/boot/dts/rk3288-evb.dtsi
+++ b/
arch/arm/boot/dts/rk3288-evb.dtsi
@@
-177,3
+177,7
@@
&usb_host0_ehci {
status = "okay";
};
+
+&usb_host1 {
+ status = "okay";
+};