Skip to content

Commit a25a68a

Browse files
authored
arm64: dts: rock-4: set eMMC to HS200 (#127)
This fixes some compatibility issues when using Foresee eMMC. Signed-off-by: Yuntian Zhang <yt@radxa.com>
1 parent 7b60d84 commit a25a68a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,8 @@
323323
&sdhci {
324324
max-frequency = <150000000>;
325325
bus-width = <8>;
326-
mmc-hs400-1_8v;
327-
no-sdio;
328-
no-sd;
326+
mmc-hs200-1_8v;
329327
non-removable;
330-
mmc-hs400-enhanced-strobe;
331328
status = "okay";
332329
};
333330

arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,7 @@
719719
&sdhci {
720720
max-frequency = <150000000>;
721721
bus-width = <8>;
722-
mmc-hs400-1_8v;
723-
mmc-hs400-enhanced-strobe;
722+
mmc-hs200-1_8v;
724723
non-removable;
725724
status = "okay";
726725
};

0 commit comments

Comments
 (0)