Skip to content

Commit b36402e

Browse files
amazingfatemmind
authored andcommitted
arm64: dts: rockchip: slow down emmc freq for rock 5 itx
The current max-frequency 200000000 of emmc is not stable. When doing heavy write there will be I/O Error. After setting max-frequency to 150000000 the emmc is stable under write. Also remove property mmc-hs200-1_8v because we are already running at HS400 mode. Tested with fio command: fio -filename=./test_randread -direct=1 -iodepth 1 -thread \ -rw=randwrite -ioengine=psync -bs=16k -size=1G -numjobs=10 \ -runtime=600 -group_reporting -name=mytest Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> Link: https://lore.kernel.org/r/20250228143341.70244-1-liujianfeng1994@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent ffcef3d commit b36402e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,9 @@
690690

691691
&sdhci {
692692
bus-width = <8>;
693-
max-frequency = <200000000>;
693+
max-frequency = <150000000>;
694694
mmc-hs400-1_8v;
695695
mmc-hs400-enhanced-strobe;
696-
mmc-hs200-1_8v;
697696
no-sdio;
698697
no-sd;
699698
non-removable;

0 commit comments

Comments
 (0)