]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: fsl-ls1088a: Enable SD device
authorYe Li <ye.li@nxp.com>
Fri, 17 Apr 2026 14:15:28 +0000 (22:15 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 6 May 2026 02:29:59 +0000 (10:29 +0800)
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>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-ls1088a-u-boot.dtsi

index efcfdd96aefd5007bbbebf4acf795aa721571440..e2755740e5d19f2f084d711cff3a6f66b035e0bc 100644 (file)
@@ -61,3 +61,6 @@
        compatible = "fsl,layerscape-dwc3", "snps,dwc3";
 };
 
+&esdhc {
+       status = "okay";
+};