public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
@ 2026-04-17 14:15 Ye Li
  2026-04-17 14:15 ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Ye Li
  2026-04-20 12:57 ` [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Peng Fan
  0 siblings, 2 replies; 4+ messages in thread
From: Ye Li @ 2026-04-17 14:15 UTC (permalink / raw)
  To: peng.fan, peng.fan, u-boot; +Cc: ye.li, uboot-imx, matt

Due to update of fsl-ls1088a.dtsi in previous patch, the esdhc
node is disabled, so u-boot can't to probe any eSDHC controller.

Fixes: fd4f7b0158d0 ("arm: dts: fsl-ls1088a: move and sync existing bindings to be under /soc")
Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Wei Lu <w.lu@nxp.com>
---
 arch/arm/dts/fsl-ls1088a-u-boot.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
index efcfdd96aef..e2755740e5d 100644
--- a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
+++ b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
@@ -61,3 +61,6 @@
 	compatible = "fsl,layerscape-dwc3", "snps,dwc3";
 };
 
+&esdhc {
+	status = "okay";
+};
-- 
2.37.1


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

end of thread, other threads:[~2026-04-20 11:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-17 14:15 [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Ye Li
2026-04-17 14:15 ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Ye Li
2026-04-20 12:58   ` Peng Fan
2026-04-20 12:57 ` [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Peng Fan

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