[U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1
Patrice CHOTARD
patrice.chotard at st.com
Wed Oct 3 12:53:57 UTC 2018
Hi Tom
On 10/03/2018 02:06 PM, Tom Rini wrote:
> 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 at 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!
I'am not in charge of that, but yes it will be sent on Linux side.
Thanks
Patrice
>
More information about the U-Boot
mailing list