Skip to content

Commit faffd1b

Browse files
amboarshenki
authored andcommitted
ARM: dts: everest: Add phase corrections for eMMC
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: 2fc88f9 ("mmc: sdhci-of-aspeed: Expose clock phase controls") Fixes: a5c5168 ("ARM: dts: aspeed: Add Everest BMC machine") Signed-off-by: Joel Stanley <[email protected]>
1 parent 2d6608b commit faffd1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,6 +2832,7 @@
28322832

28332833
&emmc {
28342834
status = "okay";
2835+
clk-phase-mmc-hs200 = <180>, <180>;
28352836
};
28362837

28372838
&fsim0 {

0 commit comments

Comments
 (0)