Skip to content

Commit bc121b7

Browse files
Stritmmind
authored andcommitted
arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3a
As other rk336x based devices, the Rock 3 Model A has issues with high speed SD cards, so lower the speed to 50 instead of 104 in the same manor has the Quartz64 Model B has. Fixes: 22a442e ("arm64: dts: rockchip: add basic dts for the radxa rock3 model a") Signed-off-by: Dan Johansen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 1104693 commit bc121b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
disable-wp;
733733
pinctrl-names = "default";
734734
pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
735-
sd-uhs-sdr104;
735+
sd-uhs-sdr50;
736736
vmmc-supply = <&vcc3v3_sd>;
737737
vqmmc-supply = <&vccio_sd>;
738738
status = "okay";

0 commit comments

Comments
 (0)