public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ye Li <ye.li@nxp.com>
To: peng.fan@nxp.com, peng.fan@oss.nxp.com, u-boot@lists.denx.de
Cc: ye.li@oss.nxp.com, uboot-imx@nxp.com, matt@traverse.com.au
Subject: [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
Date: Fri, 17 Apr 2026 22:15:28 +0800	[thread overview]
Message-ID: <20260417141529.1490622-1-ye.li@nxp.com> (raw)

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


             reply	other threads:[~2026-04-17 14:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-17 14:15 Ye Li [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260417141529.1490622-1-ye.li@nxp.com \
    --to=ye.li@nxp.com \
    --cc=matt@traverse.com.au \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@oss.nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox