All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1
@ 2020-07-01 11:10 Patrick Delaunay
  2020-07-02  8:19 ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2020-07-01 11:10 UTC (permalink / raw)
  To: u-boot

Remove hnp-srp-disable for usbotg node because this feature is only needed
for usbotg in HOST mode (in drivers/usb/host/dwc2.c)
and this feature is not activated in stm32mp15 U-Boot
(stm32mp15_basic_defconfig and stm32mp15_trusted_defconfig);
only the device mode is activated and OTG is not supported in DWC2 driver.

This patch reduces the difference between U-Boot and Linux kernel
device-tree.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
index e13dade463..6e4e4922ab 100644
--- a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
@@ -203,5 +203,4 @@
 
 &usbotg_hs {
 	u-boot,force-b-session-valid;
-	hnp-srp-disable;
 };
-- 
2.17.1

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

* [Uboot-stm32] [PATCH] ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1
  2020-07-01 11:10 [PATCH] ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1 Patrick Delaunay
@ 2020-07-02  8:19 ` Patrice CHOTARD
  2020-07-28 16:11   ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2020-07-02  8:19 UTC (permalink / raw)
  To: u-boot

Hi Patrick

On 7/1/20 1:10 PM, Patrick Delaunay wrote:
> Remove hnp-srp-disable for usbotg node because this feature is only needed
> for usbotg in HOST mode (in drivers/usb/host/dwc2.c)
> and this feature is not activated in stm32mp15 U-Boot
> (stm32mp15_basic_defconfig and stm32mp15_trusted_defconfig);
> only the device mode is activated and OTG is not supported in DWC2 driver.
>
> This patch reduces the difference between U-Boot and Linux kernel
> device-tree.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>
>  arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
> index e13dade463..6e4e4922ab 100644
> --- a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
> @@ -203,5 +203,4 @@
>  
>  &usbotg_hs {
>  	u-boot,force-b-session-valid;
> -	hnp-srp-disable;
>  };

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks

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

* [Uboot-stm32] [PATCH] ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1
  2020-07-02  8:19 ` [Uboot-stm32] " Patrice CHOTARD
@ 2020-07-28 16:11   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2020-07-28 16:11 UTC (permalink / raw)
  To: u-boot


On 7/2/20 10:19 AM, Patrice CHOTARD wrote:
> Hi Patrick
>
> On 7/1/20 1:10 PM, Patrick Delaunay wrote:
>> Remove hnp-srp-disable for usbotg node because this feature is only needed
>> for usbotg in HOST mode (in drivers/usb/host/dwc2.c)
>> and this feature is not activated in stm32mp15 U-Boot
>> (stm32mp15_basic_defconfig and stm32mp15_trusted_defconfig);
>> only the device mode is activated and OTG is not supported in DWC2 driver.
>>
>> This patch reduces the difference between U-Boot and Linux kernel
>> device-tree.
>>
>> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
>> ---
>>
>>  arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
>> index e13dade463..6e4e4922ab 100644
>> --- a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
>> +++ b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
>> @@ -203,5 +203,4 @@
>>  
>>  &usbotg_hs {
>>  	u-boot,force-b-session-valid;
>> -	hnp-srp-disable;
>>  };
> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
>
> Thanks
> _______________________________________________
> Uboot-stm32 mailing list
> Uboot-stm32 at st-md-mailman.stormreply.com
> https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32
Applied to u-boot-stm/master

Thanks

Patrice

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

end of thread, other threads:[~2020-07-28 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01 11:10 [PATCH] ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1 Patrick Delaunay
2020-07-02  8:19 ` [Uboot-stm32] " Patrice CHOTARD
2020-07-28 16:11   ` Patrice CHOTARD

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.