Skip to content

Commit

Permalink
arm64: dts: rock-4: set eMMC to HS200 (#127)
Browse files Browse the repository at this point in the history
This fixes some compatibility issues when using Foresee eMMC.

Signed-off-by: Yuntian Zhang <yt@radxa.com>
  • Loading branch information
RadxaYuntian committed Jun 2, 2023
1 parent 7b60d84 commit a25a68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts
Expand Up @@ -323,11 +323,8 @@
&sdhci {
max-frequency = <150000000>;
bus-width = <8>;
mmc-hs400-1_8v;
no-sdio;
no-sd;
mmc-hs200-1_8v;
non-removable;
mmc-hs400-enhanced-strobe;
status = "okay";
};

Expand Down
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
Expand Up @@ -719,8 +719,7 @@
&sdhci {
max-frequency = <150000000>;
bus-width = <8>;
mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe;
mmc-hs200-1_8v;
non-removable;
status = "okay";
};
Expand Down

0 comments on commit a25a68a

Please sign in to comment.