All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1
@ 2018-10-03  7:38 Patrice Chotard
  2018-10-03 12:06 ` Tom Rini
  2018-10-11 14:11 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Patrice Chotard @ 2018-10-03  7:38 UTC (permalink / raw)
  To: u-boot

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 = <&reg11>;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1
  2018-10-03  7:38 [U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1 Patrice Chotard
@ 2018-10-03 12:06 ` Tom Rini
  2018-10-03 12:53   ` Patrice CHOTARD
  2018-10-11 14:11 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2018-10-03 12:06 UTC (permalink / raw)
  To: u-boot

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 = <&reg11>;

This is also being sent to Linux, right?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181003/06b261e9/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1
  2018-10-03 12:06 ` Tom Rini
@ 2018-10-03 12:53   ` Patrice CHOTARD
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice CHOTARD @ 2018-10-03 12:53 UTC (permalink / raw)
  To: u-boot

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@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 = <&reg11>;
> 
> 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

> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1
  2018-10-03  7:38 [U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1 Patrice Chotard
  2018-10-03 12:06 ` Tom Rini
@ 2018-10-11 14:11 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-10-11 14:11 UTC (permalink / raw)
  To: u-boot

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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181011/5dad2ad4/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-11 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-03  7:38 [U-Boot] [PATCH] ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1 Patrice Chotard
2018-10-03 12:06 ` Tom Rini
2018-10-03 12:53   ` Patrice CHOTARD
2018-10-11 14:11 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.