projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0107cd4
)
arm64: allwinner: h5: orangepi-pc2: Sync usb otg nodes from Linux
author
Jagan Teki
<
[email protected]
>
Mon, 7 May 2018 07:33:48 +0000
(13:03 +0530)
committer
Jagan Teki
<
[email protected]
>
Mon, 28 May 2018 11:10:43 +0000
(16:40 +0530)
orangepi-pc2 has usb otg routed host with either EHCI0/OHCI0
sync the same from Linux.
Signed-off-by: Jagan Teki <
[email protected]
>
Acked-by: Jun Nie <
[email protected]
>
arch/arm/dts/sun50i-h5-orangepi-pc2.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
b/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
index 2124043dc88800ef70d9c1645e4ac564ddecc2bd..a65300d5aa5217d278e4c667014afca01c7ec6f2 100644
(file)
--- a/
arch/arm/dts/sun50i-h5-orangepi-pc2.dts
+++ b/
arch/arm/dts/sun50i-h5-orangepi-pc2.dts
@@
-73,6
+73,10
@@
};
};
+&ehci0 {
+ status = "okay";
+};
+
&ehci1 {
status = "okay";
};
@@
-105,6
+109,10
@@
status = "okay";
};
+&ohci0 {
+ status = "okay";
+};
+
&ohci1 {
status = "okay";
};
@@
-115,6
+123,11
@@
status = "okay";
};
+&usb_otg {
+ dr_mode = "otg";
+ status = "okay";
+};
+
&usbphy {
status = "okay";
};