arm64: dts: rockchip: Update eMMC for NanoPi R5 series
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 6 May 2025 22:25:28 +0000 (23:25 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 8 May 2025 17:30:09 +0000 (19:30 +0200)
Add the 3.3v and 1.8v regulators that are connected to
the eMMC on the R5 series devices, as well as adding the
eMMC data strobe, and enable eMMC HS200 mode as the
Foresee FEMDNN0xxG-A3A55 modules support it.

Fixes: c8ec73b05a95d ("arm64: dts: rockchip: create common dtsi for NanoPi R5 series")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Diederik de Haas <didi.debian@cknow.org>
Link: https://lore.kernel.org/r/20250506222531.625157-1-pbrobinson@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dtsi

index 00c479aa18711a8382f1f707c3b6e9d91bdacd37..a28b4af10d13a2612f201743b9ed41fffde30ebf 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>;
+       pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
+       vmmc-supply = <&vcc_3v3>;
+       vqmmc-supply = <&vcc_1v8>;
        status = "okay";
 };