From 3df2303f555fdf2c964bb98e0159cd57c978535a Mon Sep 17 00:00:00 2001 From: tzeyeeng Date: Tue, 5 May 2026 20:14:44 -0700 Subject: arm: dts: socfpga: Enable 8-bit embedded device support in Agilex5 eMMC device tree Set SDHCI Capabilities bit18 to enable 8-bit embedded device support. Signed-off-by: tzeyeeng --- arch/arm/dts/socfpga_agilex5_socdk_emmc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/socfpga_agilex5_socdk_emmc.dts b/arch/arm/dts/socfpga_agilex5_socdk_emmc.dts index c06781064ca..52aa92e4292 100644 --- a/arch/arm/dts/socfpga_agilex5_socdk_emmc.dts +++ b/arch/arm/dts/socfpga_agilex5_socdk_emmc.dts @@ -32,7 +32,7 @@ vqmmc-supply = <&emmc_io_1v8_reg>; max-frequency = <200000000>; sdhci-caps = <0x00000000 0x0004c800>; /* SDHCI_CAN_DO_8BIT */ - sdhci-caps-mask = <0x00000000 0x0000ff00>; + sdhci-caps-mask = <0x00000000 0x0004ff00>; /* eMMC legacy mode timing configuration */ cdns,phy-dqs-timing-delay-sd-ds = <0x00780000>; -- cgit v1.3.1