]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: enable eMMC HS200 mode for NanoPi R3S
authorTianling Shen <cnsztl@gmail.com>
Tue, 22 Oct 2024 19:35:29 +0000 (03:35 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 24 Oct 2024 08:29:29 +0000 (10:29 +0200)
It is required to boot from eMMC without additional patch in u-boot.

Fixes: 50decd493c83 ("arm64: dts: rockchip: Add FriendlyARM NanoPi R3S board")
Suggested-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
Link: https://lore.kernel.org/r/20241022193537.1117919-5-cnsztl@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-nanopi-r3s.dts

index 243574f8da788b658bbdc80a72e9e1603f90b1ce..03a2f90f62170e5907cf5b5f4520a5ed1a756aea 100644 (file)
 &sdhci {
        bus-width = <8>;
        max-frequency = <200000000>;
+       mmc-hs200-1_8v;
        non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;