Message ID | 20230128112432.132302-1-strit@manjaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 | expand |
On 28/01/2023 12:24, Dan Johansen wrote: > 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: 22a442e6 ("arm64: dts: rockchip: add basic dts for the radxa > rock3 model a") Don't break the tags, one line please. > And drop the blank line between tags. Thanks. Best regards, Krzysztof
On Sat, 28 Jan 2023 12:24:32 +0100, Dan Johansen wrote: > 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: 22a442e6 ("arm64: dts: rockchip: add basic dts for the radxa > rock3 model a") > > [...] Applied, thanks! [1/1] arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 commit: 96e908b46e65b623ea325c984a0034307a0d456a Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts index a1c5fdf7d68f..e2e159371a9e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts @@ -730,7 +730,7 @@ &sdmmc0 { disable-wp; pinctrl-names = "default"; pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>; - sd-uhs-sdr104; + sd-uhs-sdr50; vmmc-supply = <&vcc3v3_sd>; vqmmc-supply = <&vccio_sd>; status = "okay";
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: 22a442e6 ("arm64: dts: rockchip: add basic dts for the radxa rock3 model a") Signed-off-by: Dan Johansen <strit@manjaro.org> --- arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)