Skip to content

Commit

Permalink
arm64: dts: cm5: enable emmc hs400 mode
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs authored and ginkage committed Mar 3, 2024
1 parent b970b8b commit 75b1867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,14 @@

&sdhci {
bus-width = <8>;
no-sdio;
no-sd;
non-removable;
max-frequency = <150000000>;
max-frequency = <200000000>;
mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe;
mmc-hs200-1_8v;
status = "okay";
};

&mdio1 {
Expand Down

0 comments on commit 75b1867

Please sign in to comment.