Skip to content

Commit 0597d85

Browse files
Tamás Szűcsmmind
authored andcommitted
arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a
Add missing UHS-I SDR rates to sdmmc2. Add explicit alias as mmc2 while at it. It would be good to have matching timings enabled in case slower SDIO devices are encountered. Signed-off-by: Tamás Szűcs <tszucs@protonmail.ch> Link: https://lore.kernel.org/r/20231011191448.58936-1-tszucs@protonmail.ch Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent a6169ab commit 0597d85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
ethernet0 = &gmac1;
1616
mmc0 = &sdhci;
1717
mmc1 = &sdmmc0;
18+
mmc2 = &sdmmc2;
1819
};
1920

2021
chosen: chosen {
@@ -747,6 +748,9 @@
747748
non-removable;
748749
pinctrl-names = "default";
749750
pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
751+
sd-uhs-sdr12;
752+
sd-uhs-sdr25;
753+
sd-uhs-sdr50;
750754
sd-uhs-sdr104;
751755
vmmc-supply = <&vcc3v3_sys>;
752756
vqmmc-supply = <&vcc_1v8>;

0 commit comments

Comments
 (0)