diff options
author | Patrice Chotard | 2018-08-10 17:12:12 +0200 |
---|---|---|
committer | Tom Rini | 2018-09-25 21:47:39 -0400 |
commit | bad48a40629abf5c21153976fccab509d21d7c9f (patch) | |
tree | 54d71999c3dc70c386345fc1b71043defa4ef2cb /arch/arm | |
parent | 8e9c94d7663510cbf31cb1d1a30b73f220ccb171 (diff) |
ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board
Add DT nodes to enable EHCI support
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/stm32mp157c-ev1.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-ev1.dts b/arch/arm/dts/stm32mp157c-ev1.dts index e2128af93fe..902a42bee29 100644 --- 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>; |