Skip to content

Commit

Permalink
arm64: dts: rock-4: set eMMC to HS200 (armbian#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 <[email protected]>
  • Loading branch information
RadxaYuntian authored and RadxaStephen committed Jul 3, 2023
1 parent 86639e2 commit 5918e28
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,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 5918e28

Please sign in to comment.