diff options
author | Tao Ren <[email protected]> | 2023-08-03 16:03:24 -0700 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2023-08-10 21:33:53 +0930 |
commit | 8dc783d9e26d3694b954ece13dd75c135a6d43e9 (patch) | |
tree | 632160d879e5008d9b2de96c6e59645fa78ce04b | |
parent | 2901b71c0c7da2dc8ddafe0fa7daabc51bb03ab1 (diff) |
ARM: dts: aspeed: wedge400: Set eMMC max frequency
Set eMMC max frequency to 25MHz to prevent intermittent eMMC access
failures.
Signed-off-by: Tao Ren <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge400.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge400.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge400.dts index 5c55afed946f..d17b977fee9b 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge400.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge400.dts @@ -367,6 +367,7 @@ }; &sdhci1 { + max-frequency = <25000000>; /* * DMA mode needs to be disabled to avoid conflicts with UHCI * Controller in AST2500 SoC. |