mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master 1/2] ARM: Layerscape: LS1046: re-enable USB bus snooping
@ 2026-02-25 15:28 Ahmad Fatoum
  2026-02-25 15:28 ` [PATCH master 2/2] ARM: Layerscape: icid: fixup ICID also for new fsl,ls1028a-dwc3 compat Ahmad Fatoum
  2026-02-26 12:01 ` [PATCH master 1/2] ARM: Layerscape: LS1046: re-enable USB bus snooping Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2026-02-25 15:28 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Newer kernel device trees no longer have the snps,dwc3 compatible we
match against, but instead have fsl,ls1028a-dwc3.

This is also the case for the DT embedded into barebox, so have barebox
match against the new compatible. Compatibility for the old compatible
is not needed as this code only runs against the barebox live tree.

Fixes: ea73c9d2c24e ("Revert "ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage"")
Fixes: a3bf6c16f77d ("dts: update to v6.19-rc1")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/mach-layerscape/soc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-layerscape/soc.c b/arch/arm/mach-layerscape/soc.c
index 87702a066988..5b1936860eb0 100644
--- a/arch/arm/mach-layerscape/soc.c
+++ b/arch/arm/mach-layerscape/soc.c
@@ -130,7 +130,7 @@ static void layerscape_usb_enable_snooping(void)
 {
 	struct device_node *np;
 
-	for_each_compatible_node(np, NULL, "snps,dwc3") {
+	for_each_compatible_node(np, NULL, "fsl,ls1028a-dwc3") {
 		struct resource res;
 
 		if (of_address_to_resource(np, 0, &res))
-- 
2.47.3




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

end of thread, other threads:[~2026-02-26 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-25 15:28 [PATCH master 1/2] ARM: Layerscape: LS1046: re-enable USB bus snooping Ahmad Fatoum
2026-02-25 15:28 ` [PATCH master 2/2] ARM: Layerscape: icid: fixup ICID also for new fsl,ls1028a-dwc3 compat Ahmad Fatoum
2026-02-26 12:01 ` [PATCH master 1/2] ARM: Layerscape: LS1046: re-enable USB bus snooping Sascha Hauer

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