Skip to content

Commit 2d6608b

Browse files
amboarshenki
authored andcommitted
ARM: dts: tacoma: Add phase corrections for eMMC
The degree values were reversed out from the magic tap values of 7 (in) and 15 + inversion (out) initially suggested by Aspeed. With the patch tacoma survives several gigabytes of reads and writes using dd while without it locks up randomly during the boot process. 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: 961216c ("ARM: dts: aspeed: Add Rainier system") Signed-off-by: Joel Stanley <[email protected]>
1 parent 812bae3 commit 2d6608b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

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

187187
&emmc {
188188
status = "okay";
189+
clk-phase-mmc-hs200 = <36>, <270>;
189190
};
190191

191192
&fsim0 {

0 commit comments

Comments
 (0)