[PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
Ye Li
ye.li at nxp.com
Fri Apr 17 16:15:28 CEST 2026
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 at nxp.com>
Tested-by: Wei Lu <w.lu at 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
More information about the U-Boot
mailing list