Skip to content

Commit 5912b64

Browse files
Stritmmind
authored andcommitted
arm64: dts: rockchip: Lower sd speed on rk3566-soquartz
Just like the Quartz64 Model B the previously stated speed of sdr-104 in soquartz is too high for the hardware to reliably communicate with some fast SD cards. Especially on some carrierboards. Lower this to sd-uhs-sdr50 to fix this. Fixes: 5859b5a ("arm64: dts: rockchip: add SoQuartz CM4IO dts") Signed-off-by: Dan Johansen <[email protected]> Acked-by: Peter Geis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 02c84f9 commit 5912b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
non-removable;
599599
pinctrl-names = "default";
600600
pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
601-
sd-uhs-sdr104;
601+
sd-uhs-sdr50;
602602
vmmc-supply = <&vcc3v3_sys>;
603603
vqmmc-supply = <&vcc_1v8>;
604604
status = "okay";

0 commit comments

Comments
 (0)