ARM: dts: stm32: enable USB Host (USBH) EHCI controller on stm32mp157c-ev1
authorAmelie Delaunay <amelie.delaunay@st.com>
Thu, 17 May 2018 14:36:00 +0000 (16:36 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Jul 2018 11:56:59 +0000 (13:56 +0200)
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>
arch/arm/boot/dts/stm32mp157c-ev1.dts

index 3be73d2..0381cdd 100644 (file)
        };
 };
 
+&usbh_ehci {
+       phys = <&usbphyc_port0>;
+       phy-names = "usb";
+       status = "okay";
+};
+
 &usbphyc {
        status = "okay";
 };