
3 Oct
2018
3 Oct
'18
2:06 p.m.
On Wed, Oct 03, 2018 at 09:38:38AM +0200, Patrice Chotard wrote:
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 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/stm32mp157c-ed1.dts b/arch/arm/dts/stm32mp157c-ed1.dts index 898deaf41095..f8b770116711 100644 --- a/arch/arm/dts/stm32mp157c-ed1.dts +++ b/arch/arm/dts/stm32mp157c-ed1.dts @@ -361,6 +361,10 @@ status = "okay"; };
+&usbotg_hs {
- usb33d-supply = <&usb33>;
+};
&usbphyc_port0 { phy-supply = <&vdd_usb>; vdda1v1-supply = <®11>;
This is also being sent to Linux, right? Thanks!
--
Tom