U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: tze.yee.ng@altera.com
To: u-boot@lists.denx.de
Cc: Marek Vasut <marex@denx.de>,
	Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>,
	Tien Fong Chee <tien.fong.chee@altera.com>,
	Tom Rini <trini@konsulko.com>, Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>
Subject: [PATCH 0/2] arm: dts: socfpga: agilex5: Improve MMC/SD device tree organization
Date: Tue, 14 Apr 2026 19:03:04 -0700	[thread overview]
Message-ID: <cover.1775640837.git.tzeyee.ng@altera.com> (raw)

From: tzeyeeng <tzeyee.ng@altera.com>

This patch series refactors the MMC/SD device tree configuration for
Agilex5 SOCDK to improve maintainability and correctness.

The first patch reorganizes the configuration by moving board-specific
MMC properties from the common u-boot.dtsi to the board-specific dts
file, keeping only truly common configurations in the shared dtsi.

The second patch addresses a configuration issue where the eMMC device
tree was incorrectly inheriting SD card-specific properties. It removes
the SD UHS speed mode properties (sd-uhs-sdr50, sd-uhs-sdr104) that are
not applicable to eMMC and properly configures the capabilities mask to
enable 8-bit embedded device support.

tzeyeeng (2):
  arm: dts: socfpga: agilex5: Move mmc node differs from base board dtsi
    to dts
  arm: dts: socfpga: Remove SD card properties from Agilex5 eMMC device
    tree

 arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 1 -
 arch/arm/dts/socfpga_agilex5_socdk.dts         | 6 ++++++
 arch/arm/dts/socfpga_agilex5_socdk_emmc.dts    | 4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.43.7


WARNING: multiple messages have this Message-ID (diff)
From: tze.yee.ng@altera.com
To: u-boot@lists.denx.de
Cc: Tze Yee Ng <tze.yee.ng@altera.com>, Marek Vasut <marex@denx.de>,
	Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>,
	Tien Fong Chee <tien.fong.chee@altera.com>,
	Tom Rini <trini@konsulko.com>, Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Dinesh Maniyam <dinesh.maniyam@altera.com>,
	Chen Huei Lok <chen.huei.lok@altera.com>,
	Kok Kiang Hea <kok.kiang.hea@altera.com>,
	alif.zakuan.yuslaimi@altera.com,
	Boon Khai Ng <boon.khai.ng@altera.com>
Subject: [PATCH 0/2] arm: dts: socfpga: agilex5: Improve MMC/SD device tree organization
Date: Tue, 14 Apr 2026 20:18:09 -0700	[thread overview]
Message-ID: <cover.1775640837.git.tzeyee.ng@altera.com> (raw)
Message-ID: <20260415031809.HcH4ZUuNMPAA7k7NSZ6xILf4JAyyrVfDs7vBz1dpMBo@z> (raw)

From: tzeyeeng <tzeyee.ng@altera.com>

This patch series refactors the MMC/SD device tree configuration for
Agilex5 SOCDK to improve maintainability and correctness.

The first patch reorganizes the configuration by moving board-specific
MMC properties from the common u-boot.dtsi to the board-specific dts
file, keeping only truly common configurations in the shared dtsi.

The second patch addresses a configuration issue where the eMMC device
tree was incorrectly inheriting SD card-specific properties. It removes
the SD UHS speed mode properties (sd-uhs-sdr50, sd-uhs-sdr104) that are
not applicable to eMMC and properly configures the capabilities mask to
enable 8-bit embedded device support.

tzeyeeng (2):
  arm: dts: socfpga: agilex5: Move mmc node differs from base board dtsi
    to dts
  arm: dts: socfpga: Remove SD card properties from Agilex5 eMMC device
    tree

 arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 1 -
 arch/arm/dts/socfpga_agilex5_socdk.dts         | 6 ++++++
 arch/arm/dts/socfpga_agilex5_socdk_emmc.dts    | 4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.43.7


             reply	other threads:[~2026-04-15  4:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-15  2:03 tze.yee.ng [this message]
2026-04-15  2:03 ` [PATCH 1/2] arm: dts: socfpga: agilex5: Move mmc node differs from base board dtsi to dts tze.yee.ng
2026-04-15  3:18   ` tze.yee.ng
2026-04-15  2:03 ` [PATCH 2/2] arm: dts: socfpga: Remove SD card properties from Agilex5 eMMC device tree tze.yee.ng
2026-04-15  3:18   ` tze.yee.ng
2026-04-15  3:18 ` [PATCH 0/2] arm: dts: socfpga: agilex5: Improve MMC/SD device tree organization tze.yee.ng

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=cover.1775640837.git.tzeyee.ng@altera.com \
    --to=tze.yee.ng@altera.com \
    --cc=jh80.chung@samsung.com \
    --cc=marex@denx.de \
    --cc=peng.fan@nxp.com \
    --cc=simon.k.r.goldschmidt@gmail.com \
    --cc=tien.fong.chee@altera.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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