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>
Tento commit je obsažen v:
Amelie Delaunay
2018-05-17 16:36:00 +02:00
odevzdal Alexandre Torgue
rodič 8905764a6a
revize 359754ed7a

Zobrazit soubor

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