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>
This commit is contained in:
Amelie Delaunay 2018-05-17 16:36:00 +02:00 committed by Alexandre Torgue
parent 8905764a6a
commit 359754ed7a

View File

@ -109,6 +109,12 @@
};
};
&usbh_ehci {
phys = <&usbphyc_port0>;
phy-names = "usb";
status = "okay";
};
&usbphyc {
status = "okay";
};