projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5820d3
)
ARM: dts: am43x-epos-evm: Enable USB
author
George Cherian
<george.cherian@ti.com>
Wed, 19 Mar 2014 10:10:03 +0000
(15:40 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 6 May 2014 17:19:49 +0000
(10:19 -0700)
Enable
- USB PHY
- USB
for am43x-epos-evm
Signed-off-by: George Cherian <george.cherian@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am43x-epos-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am43x-epos-evm.dts
b/arch/arm/boot/dts/am43x-epos-evm.dts
index 167dbc8494deef2ba3bd9c63a7bf20afe9ddb21f..1a4946a76ea2aeb2dab6984dc4b0ad155d64e42b 100644
(file)
--- a/
arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/
arch/arm/boot/dts/am43x-epos-evm.dts
@@
-367,3
+367,21
@@
pinctrl-0 = <&spi1_pins>;
status = "okay";
};
+
+&usb2_phy1 {
+ status = "okay";
+};
+
+&usb1 {
+ dr_mode = "peripheral";
+ status = "okay";
+};
+
+&usb2_phy2 {
+ status = "okay";
+};
+
+&usb2 {
+ dr_mode = "host";
+ status = "okay";
+};