[PATCH v2 1/2] arm: dts: socfpga: agilex5: Move board-specific mmc properties to socdk dts
tze.yee.ng at altera.com
tze.yee.ng at altera.com
Tue Apr 28 04:53:30 CEST 2026
From: tzeyeeng <tzeyee.ng at altera.com>
The purpose of this change is to keep common configuration in
socfpga_agilex5_socdk-u-boot.dtsi and move differing properties to
socfpga_agilex5_socdk.dts.
Signed-off-by: tzeyeeng <tzeyee.ng at altera.com>
---
Changes in v2:
- Remove both sd-uhs-sdr50 and sd-uhs-sdr104 from dtsi.
- Fix commit title and commit message grammar.
---
arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 3 ---
arch/arm/dts/socfpga_agilex5_socdk.dts | 6 ++++++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
index c03f78b2fdf..7300a54b223 100644
--- a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
@@ -112,13 +112,10 @@
no-mmc;
disable-wp;
cap-sd-highspeed;
- sd-uhs-sdr50;
- sd-uhs-sdr104;
vmmc-supply = <&sd_emmc_power>;
vqmmc-supply = <&sd_io_1v8_reg>;
max-frequency = <200000000>;
sdhci-caps = <0x00000000 0x0000c800>;
- sdhci-caps-mask = <0x00002000 0x0000ff00>;
/* SD card default speed (DS) and UHS-I SDR12 mode timing configuration */
cdns,phy-dqs-timing-delay-sd-ds = <0x00780000>;
diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts
index 886cc89fdb6..cbb2bfbe3b4 100644
--- a/arch/arm/dts/socfpga_agilex5_socdk.dts
+++ b/arch/arm/dts/socfpga_agilex5_socdk.dts
@@ -74,6 +74,12 @@
status = "okay";
};
+&mmc {
+ sd-uhs-sdr50;
+ sd-uhs-sdr104;
+ sdhci-caps-mask = <0x00002000 0x0000ff00>;
+};
+
&uart0 {
status = "okay";
};
--
2.43.7
More information about the U-Boot
mailing list