From: Ye Li Date: Fri, 17 Apr 2026 14:15:28 +0000 (+0800) Subject: arm: dts: fsl-ls1088a: Enable SD device X-Git-Tag: v2026.07-rc2~16^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fadfd623af0354c2549a03dbce092397189aee1;p=thirdparty%2Fu-boot.git arm: dts: fsl-ls1088a: Enable SD device 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 Tested-by: Wei Lu Reviewed-by: Peng Fan Signed-off-by: Peng Fan --- 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"; +};