mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH RFT] ARM: stm32mp: lxa: reuse USB nodes from upstream DT
@ 2026-01-20 13:17 Ahmad Fatoum
  2026-01-22 11:05 ` Ahmad Fatoum
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-01-20 13:17 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum, Rouven Czerwinski, Leonard Göhrs

Disabling EHCI in favor of OHCI has been part of the TAC DT since a few
years back. Let's reuse the same DT description the kernel uses and see
what the fallout is.

Cc: Rouven Czerwinski <rouven.czerwinski@linaro.org>
Cc: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi | 8 --------
 arch/arm/dts/stm32mp15xc-lxa-tac.dtsi       | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi b/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi
index 2312dd08280e..701981358c68 100644
--- a/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi
+++ b/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi
@@ -83,14 +83,6 @@ last_chosen@10 {
 	};
 };
 
-&usbh_ehci {
-	status = "disabled";
-};
-
-&usbh_ohci {
-	status = "okay";
-};
-
 &baseboard_eeprom {
 	partitions {
 		compatible = "fixed-partitions";
diff --git a/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi b/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi
index 0cb66500db47..6bd119a799e0 100644
--- a/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi
+++ b/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi
@@ -128,11 +128,3 @@ backend_state_emmc: partition@c0000 {
 		};
 	};
 };
-
-&usbh_ehci {
-	status = "disabled";
-};
-
-&usbh_ohci {
-	status = "okay";
-};
-- 
2.47.3




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

* Re: [PATCH RFT] ARM: stm32mp: lxa: reuse USB nodes from upstream DT
  2026-01-20 13:17 [PATCH RFT] ARM: stm32mp: lxa: reuse USB nodes from upstream DT Ahmad Fatoum
@ 2026-01-22 11:05 ` Ahmad Fatoum
  0 siblings, 0 replies; 2+ messages in thread
From: Ahmad Fatoum @ 2026-01-22 11:05 UTC (permalink / raw)
  To: barebox; +Cc: Rouven Czerwinski, Leonard Göhrs

Hi,

On 1/20/26 2:17 PM, Ahmad Fatoum wrote:
> Disabling EHCI in favor of OHCI has been part of the TAC DT since a few
> years back. Let's reuse the same DT description the kernel uses and see
> what the fallout is.
> 
> Cc: Rouven Czerwinski <rouven.czerwinski@linaro.org>
> Cc: Leonard Göhrs <l.goehrs@pengutronix.de>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

Leonard reported off-list that this worked for him on the LXA TAC, so I
think this is ok to merge.

Cheers,
Ahmad

> ---
>  arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi | 8 --------
>  arch/arm/dts/stm32mp15xc-lxa-tac.dtsi       | 8 --------
>  2 files changed, 16 deletions(-)
> 
> diff --git a/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi b/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi
> index 2312dd08280e..701981358c68 100644
> --- a/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi
> +++ b/arch/arm/dts/stm32mp153c-lxa-fairytux2.dtsi
> @@ -83,14 +83,6 @@ last_chosen@10 {
>  	};
>  };
>  
> -&usbh_ehci {
> -	status = "disabled";
> -};
> -
> -&usbh_ohci {
> -	status = "okay";
> -};
> -
>  &baseboard_eeprom {
>  	partitions {
>  		compatible = "fixed-partitions";
> diff --git a/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi b/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi
> index 0cb66500db47..6bd119a799e0 100644
> --- a/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi
> +++ b/arch/arm/dts/stm32mp15xc-lxa-tac.dtsi
> @@ -128,11 +128,3 @@ backend_state_emmc: partition@c0000 {
>  		};
>  	};
>  };
> -
> -&usbh_ehci {
> -	status = "disabled";
> -};
> -
> -&usbh_ohci {
> -	status = "okay";
> -};

-- 
Pengutronix e.K.                  |                             |
Steuerwalder Str. 21              | http://www.pengutronix.de/  |
31137 Hildesheim, Germany         | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |




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

end of thread, other threads:[~2026-01-22 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-20 13:17 [PATCH RFT] ARM: stm32mp: lxa: reuse USB nodes from upstream DT Ahmad Fatoum
2026-01-22 11:05 ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox