diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2018-05-17 17:36:00 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-07-13 14:56:59 +0300 |
commit | 359754ed7a1efe0b08f5dd122015af53413c1bed (patch) | |
tree | aa749c8784b98050947770e509b1f195cd105bef /arch/arm/boot/dts/stm32mp157c-ev1.dts | |
parent | 8905764a6aca1e1794e248ac680c6245b7aee406 (diff) | |
download | linux-359754ed7a1efe0b08f5dd122015af53413c1bed.tar.xz |
ARM: dts: stm32: enable USB Host (USBH) EHCI controller on stm32mp157c-ev1
This patch enables USB Host (USBH) EHCI controller on stm32mp157c-ev1.
As a hub is used between USBH and USB connectors, no need to enable
USBH OHCI controller: all low- and full-speed traffic is managed by the
hub.
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ev1.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index 3be73d26fc62..0381cddac5a7 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -109,6 +109,12 @@ }; }; +&usbh_ehci { + phys = <&usbphyc_port0>; + phy-names = "usb"; + status = "okay"; +}; + &usbphyc { status = "okay"; }; |