diff options
| author | tzeyeeng <[email protected]> | 2026-05-05 20:14:44 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-08-19 10:36:04 -0600 |
| commit | 3df2303f555fdf2c964bb98e0159cd57c978535a (patch) | |
| tree | 727c03de647c831a84bee9314fb0f1b1233c726e | |
| parent | 249d4f4ee16fb3b84fea33eec858e951211b63af (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_agilex5_socdk_emmc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |
