ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 3 Oct 2018 07:38:38 +0000 (09:38 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Oct 2018 17:32:40 +0000 (13:32 -0400)
Add usbotg_hs regulator to allow to use the USB mass-storage
feature on OTG usb port.

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

index 898deaf..f8b7701 100644 (file)
        status = "okay";
 };
 
+&usbotg_hs {
+       usb33d-supply = <&usb33>;
+};
+
 &usbphyc_port0 {
        phy-supply = <&vdd_usb>;
        vdda1v1-supply = <&reg11>;