ARM: dts: stm32: enable USB Host (USBH) EHCI controller on stm32mp15 DKx
authorAmelie Delaunay <amelie.delaunay@st.com>
Mon, 9 Dec 2019 14:17:26 +0000 (15:17 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Thu, 9 Jan 2020 11:29:28 +0000 (12:29 +0100)
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>
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

index 3a12e61..71c781b 100644 (file)
        status = "okay";
 };
 
+&usbh_ehci {
+       phys = <&usbphyc_port0>;
+       status = "okay";
+};
+
 &usbphyc {
        status = "okay";
 };