Skip to content

Commit

Permalink
ARM: dts: everest: Add phase corrections for eMMC
Browse files Browse the repository at this point in the history
[ Upstream commit ded3e28 ]

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: faffd1b ("ARM: dts: everest: Add phase corrections for eMMC")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
amboar authored and gregkh committed Sep 15, 2021
1 parent c67e361 commit 8de2164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
Expand Up @@ -2832,7 +2832,7 @@

&emmc {
status = "okay";
clk-phase-mmc-hs200 = <180>, <180>;
clk-phase-mmc-hs200 = <210>, <228>;
};

&fsim0 {
Expand Down

0 comments on commit 8de2164

Please sign in to comment.