All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR
@ 2022-01-28 18:35 Marek Vasut
  2022-01-31  8:22 ` Patrice CHOTARD
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2022-01-28 18:35 UTC (permalink / raw)
  To: u-boot; +Cc: Marek Vasut, Patrice Chotard, Patrick Delaunay

Fix the following warning in SPL and make sure that even DTs which
enforce Vbus detection using u-boot,force-vbus-detection;, the DFU
in SPL will work.

dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
---
 arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
index 71375510b4a..ff9ca625bf5 100644
--- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
@@ -171,6 +171,14 @@
 	u-boot,dm-spl;
 };
 
+&usb33 {
+	u-boot,dm-spl;
+};
+
+&usbotg_hs_pins_a {
+	u-boot,dm-spl;
+};
+
 &usbotg_hs {
 	u-boot,dm-spl;
 };
-- 
2.34.1


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

* Re: [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR
  2022-01-28 18:35 [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR Marek Vasut
@ 2022-01-31  8:22 ` Patrice CHOTARD
  2022-03-11  9:18   ` Marek Vasut
  2022-03-15  8:14   ` Patrice CHOTARD
  0 siblings, 2 replies; 5+ messages in thread
From: Patrice CHOTARD @ 2022-01-31  8:22 UTC (permalink / raw)
  To: Marek Vasut, u-boot; +Cc: Patrick Delaunay

Hi Marek

On 1/28/22 19:35, Marek Vasut wrote:
> Fix the following warning in SPL and make sure that even DTs which
> enforce Vbus detection using u-boot,force-vbus-detection;, the DFU
> in SPL will work.
> 
> dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
>  arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> index 71375510b4a..ff9ca625bf5 100644
> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> @@ -171,6 +171,14 @@
>  	u-boot,dm-spl;
>  };
>  
> +&usb33 {
> +	u-boot,dm-spl;
> +};
> +
> +&usbotg_hs_pins_a {
> +	u-boot,dm-spl;
> +};
> +
>  &usbotg_hs {
>  	u-boot,dm-spl;
>  };
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

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

* Re: [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR
  2022-01-31  8:22 ` Patrice CHOTARD
@ 2022-03-11  9:18   ` Marek Vasut
  2022-03-15  8:14   ` Patrice CHOTARD
  1 sibling, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2022-03-11  9:18 UTC (permalink / raw)
  To: Patrice CHOTARD, u-boot; +Cc: Patrick Delaunay

On 1/31/22 09:22, Patrice CHOTARD wrote:
> Hi Marek

Hi,

> On 1/28/22 19:35, Marek Vasut wrote:
>> Fix the following warning in SPL and make sure that even DTs which
>> enforce Vbus detection using u-boot,force-vbus-detection;, the DFU
>> in SPL will work.
>>
>> dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
>> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
>> ---
>>   arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++++
>>   1 file changed, 8 insertions(+)
>>
>> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> index 71375510b4a..ff9ca625bf5 100644
>> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> @@ -171,6 +171,14 @@
>>   	u-boot,dm-spl;
>>   };
>>   
>> +&usb33 {
>> +	u-boot,dm-spl;
>> +};
>> +
>> +&usbotg_hs_pins_a {
>> +	u-boot,dm-spl;
>> +};
>> +
>>   &usbotg_hs {
>>   	u-boot,dm-spl;
>>   };
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

This seems to have been missed and should be part of this upcoming release.

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

* Re: [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR
  2022-01-31  8:22 ` Patrice CHOTARD
  2022-03-11  9:18   ` Marek Vasut
@ 2022-03-15  8:14   ` Patrice CHOTARD
  2022-03-15  8:50     ` Marek Vasut
  1 sibling, 1 reply; 5+ messages in thread
From: Patrice CHOTARD @ 2022-03-15  8:14 UTC (permalink / raw)
  To: Marek Vasut, u-boot; +Cc: Patrick Delaunay

Hi Marek

On 1/31/22 09:22, Patrice CHOTARD wrote:
> Hi Marek
> 
> On 1/28/22 19:35, Marek Vasut wrote:
>> Fix the following warning in SPL and make sure that even DTs which
>> enforce Vbus detection using u-boot,force-vbus-detection;, the DFU
>> in SPL will work.
>>
>> dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
>> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
>> ---
>>  arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++++
>>  1 file changed, 8 insertions(+)
>>
>> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> index 71375510b4a..ff9ca625bf5 100644
>> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> @@ -171,6 +171,14 @@
>>  	u-boot,dm-spl;
>>  };
>>  
>> +&usb33 {
>> +	u-boot,dm-spl;
>> +};
>> +
>> +&usbotg_hs_pins_a {
>> +	u-boot,dm-spl;
>> +};
>> +
>>  &usbotg_hs {
>>  	u-boot,dm-spl;
>>  };
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> 
> Thanks
> Patrice

Applied to u-boot-stm32

Thanks
Patrice

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

* Re: [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR
  2022-03-15  8:14   ` Patrice CHOTARD
@ 2022-03-15  8:50     ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2022-03-15  8:50 UTC (permalink / raw)
  To: Patrice CHOTARD, u-boot; +Cc: Patrick Delaunay

On 3/15/22 09:14, Patrice CHOTARD wrote:
> Hi Marek
> 
> On 1/31/22 09:22, Patrice CHOTARD wrote:
>> Hi Marek
>>
>> On 1/28/22 19:35, Marek Vasut wrote:
>>> Fix the following warning in SPL and make sure that even DTs which
>>> enforce Vbus detection using u-boot,force-vbus-detection;, the DFU
>>> in SPL will work.
>>>
>>> dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle
>>>
>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
>>> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
>>> ---
>>>   arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++++
>>>   1 file changed, 8 insertions(+)
>>>
>>> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>>> index 71375510b4a..ff9ca625bf5 100644
>>> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>>> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>>> @@ -171,6 +171,14 @@
>>>   	u-boot,dm-spl;
>>>   };
>>>   
>>> +&usb33 {
>>> +	u-boot,dm-spl;
>>> +};
>>> +
>>> +&usbotg_hs_pins_a {
>>> +	u-boot,dm-spl;
>>> +};
>>> +
>>>   &usbotg_hs {
>>>   	u-boot,dm-spl;
>>>   };
>> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
>>
>> Thanks
>> Patrice
> 
> Applied to u-boot-stm32

This is for current release.

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

end of thread, other threads:[~2022-03-15  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 18:35 [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR Marek Vasut
2022-01-31  8:22 ` Patrice CHOTARD
2022-03-11  9:18   ` Marek Vasut
2022-03-15  8:14   ` Patrice CHOTARD
2022-03-15  8:50     ` Marek Vasut

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.