ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 10 Aug 2018 15:12:12 +0000 (17:12 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Sep 2018 01:47:39 +0000 (21:47 -0400)
Add DT nodes to enable EHCI support

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32mp157c-ev1.dts

index e2128af93fe566a3c98c876d341173b006371c82..902a42bee290a9e9b90576faf1e8a115e9e5f6e6 100644 (file)
        };
 };
 
+&usbh_ehci {
+       phys = <&usbphyc_port0>;
+       phy-names = "usb";
+       vbus-supply = <&vbus_sw>;
+       status = "okay";
+};
+
 &usbotg_hs {
        pinctrl-names = "default";
        pinctrl-0 = <&usbotg_hs_pins_a>;