1
0
Fork 0

ARM: dts: stm32: enable USB Host (USBH) EHCI controller on stm32mp15 DKx

This patch enables USB Host (USBH) EHCI controller on stm32mp15 dk boards.
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>
alistair/sensors
Amelie Delaunay 2019-12-09 15:17:26 +01:00 committed by Alexandre Torgue
parent c10213273f
commit 5841d00fe0
1 changed files with 5 additions and 0 deletions

View File

@ -589,6 +589,11 @@
status = "okay";
};
&usbh_ehci {
phys = <&usbphyc_port0>;
status = "okay";
};
&usbphyc {
status = "okay";
};