diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2021-07-13 09:06:42 +0930 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-07-19 09:40:34 +0930 |
commit | ded3e2864c735f33ba5abbbe2d7b1c6605242f9b (patch) | |
tree | a15cbd2d28e534c9a1ac4b116ef29041e6964567 /arch/arm | |
parent | 419cc0b8c127193f6f447b905b1240765d2087c7 (diff) | |
download | linux-stable-ded3e2864c735f33ba5abbbe2d7b1c6605242f9b.tar.gz linux-stable-ded3e2864c735f33ba5abbbe2d7b1c6605242f9b.tar.bz2 linux-stable-ded3e2864c735f33ba5abbbe2d7b1c6605242f9b.zip |
ARM: dts: everest: Add phase corrections for eMMC
The values were determined via scope measurements.
With the patch we can write and read data without issue where as booting
the system without the patch failed at the point of mounting the rootfs.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20210712233642.3119722-1-andrew@aj.id.au
Fixes: faffd1b2bde3 ("ARM: dts: everest: Add phase corrections for eMMC")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index aa24cac8e5be..44b03a5e2416 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -2832,7 +2832,7 @@ &emmc { status = "okay"; - clk-phase-mmc-hs200 = <180>, <180>; + clk-phase-mmc-hs200 = <210>, <228>; }; &fsim0 { |