Skip to content

Commit

Permalink
ARM: dts: everest: Add phase corrections for eMMC
Browse files Browse the repository at this point in the history
The values were determined experimentally via boot tests, not by
measuring the bus behaviour with a scope. We plan to do scope
measurements to confirm or refine the values and will update the
devicetree if necessary once these have been obtained.

However, 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/20210628013605.1257346-1-andrew@aj.id.au
Fixes: 2fc88f9 ("mmc: sdhci-of-aspeed: Expose clock phase controls")
Fixes: a5c5168 ("ARM: dts: aspeed: Add Everest BMC machine")
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
amboar authored and shenki committed Jul 1, 2021
1 parent 2d6608b commit faffd1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,7 @@

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

&fsim0 {
Expand Down

0 comments on commit faffd1b

Please sign in to comment.