projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9c94d
)
ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board
author
Patrice Chotard
<patrice.chotard@st.com>
Fri, 10 Aug 2018 15:12:12 +0000
(17:12 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 26 Sep 2018 01:47:39 +0000
(21:47 -0400)
Add DT nodes to enable EHCI support
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32mp157c-ev1.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32mp157c-ev1.dts
b/arch/arm/dts/stm32mp157c-ev1.dts
index
e2128af
..
902a42b
100644
(file)
--- a/
arch/arm/dts/stm32mp157c-ev1.dts
+++ b/
arch/arm/dts/stm32mp157c-ev1.dts
@@
-96,6
+96,13
@@
};
};
+&usbh_ehci {
+ phys = <&usbphyc_port0>;
+ phy-names = "usb";
+ vbus-supply = <&vbus_sw>;
+ status = "okay";
+};
+
&usbotg_hs {
pinctrl-names = "default";
pinctrl-0 = <&usbotg_hs_pins_a>;