* [PATCH] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage
@ 2026-01-05 15:19 Ahmad Fatoum
2026-01-06 8:04 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-01-05 15:19 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Upstream Linux commit 7b204755ebc2 ("arm64: dts: layerscape: add
dma-coherent for usb node") has dropped the snps,dwc3 compatible in
favor of a driver matching against fsl,ls1028a-dwc3.
Reinstate the old compatible temporarily to avoid breakage in the
next release until the new driver is added regularly.
The new driver was deemed too invasive for master as it also does some
hardware configuration we will want to carry and involved some changes
to DWC3 core.
Fixes: a3bf6c16f77d ("dts: update to v6.19-rc1")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
arch/arm/dts/fsl-ls1028a.dtsi | 9 +++++++++
arch/arm/dts/fsl-ls1046a.dtsi | 13 +++++++++++++
2 files changed, 22 insertions(+)
diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index a15a219cfa1c..f3032752a09c 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@ -5,3 +5,12 @@ psci {
method = "smc";
};
};
+
+/* Temporary workaround pending fsl,ls1028a-dwc3 driver support */
+&usb0 {
+ compatible = "snps,dwc3";
+};
+
+&usb1 {
+ compatible = "snps,dwc3";
+};
diff --git a/arch/arm/dts/fsl-ls1046a.dtsi b/arch/arm/dts/fsl-ls1046a.dtsi
index 2dc24ba8c723..badc600cab55 100644
--- a/arch/arm/dts/fsl-ls1046a.dtsi
+++ b/arch/arm/dts/fsl-ls1046a.dtsi
@@ -10,3 +10,16 @@ psci {
method = "smc";
};
};
+
+/* Temporary workaround pending fsl,ls1028a-dwc3 driver support */
+&usb0 {
+ compatible = "snps,dwc3";
+};
+
+&usb1 {
+ compatible = "snps,dwc3";
+};
+
+&usb2 {
+ compatible = "snps,dwc3";
+};
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage
2026-01-05 15:19 [PATCH] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage Ahmad Fatoum
@ 2026-01-06 8:04 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-01-06 8:04 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Mon, 05 Jan 2026 16:19:19 +0100, Ahmad Fatoum wrote:
> Upstream Linux commit 7b204755ebc2 ("arm64: dts: layerscape: add
> dma-coherent for usb node") has dropped the snps,dwc3 compatible in
> favor of a driver matching against fsl,ls1028a-dwc3.
>
> Reinstate the old compatible temporarily to avoid breakage in the
> next release until the new driver is added regularly.
>
> [...]
Applied, thanks!
[1/1] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage
https://git.pengutronix.de/cgit/barebox/commit/?id=9a6987da10b7 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-06 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-05 15:19 [PATCH] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage Ahmad Fatoum
2026-01-06 8:04 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox