All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm: dts: socfpga: agilex5: Improve MMC/SD device tree organization
@ 2026-04-15  3:18 ` tze.yee.ng
  0 siblings, 0 replies; 6+ messages in thread
From: tze.yee.ng @ 2026-04-15  2:03 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Simon Goldschmidt, Tien Fong Chee, Tom Rini,
	Peng Fan, Jaehoon Chung

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-04-15  4:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15  2:03 [PATCH 0/2] arm: dts: socfpga: agilex5: Improve MMC/SD device tree organization tze.yee.ng
2026-04-15  3:18 ` tze.yee.ng
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.