arm64: dts: allwinner: t527: orangepi-4a: Limit eMMC clock to 75 MHz
Commit Message
From: Chen-Yu Tsai <wens@csie.org>
The eMMC on the Orange Pi 4A doesn't function correctly at full speed
of 150 MHz under HS200 mode. Either the traces on the board or module
aren't great, or the SoC's internal delays are incorrect. Tuning the
pin drive strength did not help.
After some experimenting, 75 MHz was found to be stable enough. Use this
as the maximum frequency for now.
Fixes: de713ccb9934 ("arm64: dts: allwinner: t527: Add OrangePi 4A board")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
arch/arm64/boot/dts/allwinner/sun55i-t527-orangepi-4a.dts | 1 +
1 file changed, 1 insertion(+)
@@ -160,6 +160,7 @@ &mmc2 {
mmc-ddr-1_8v;
mmc-hs200-1_8v;
non-removable;
+ max-frequency = <75000000>;
vmmc-supply = <®_cldo3>;
vqmmc-supply = <®_cldo1>;
status = "okay";