Commit 78aedee1 authored by Dan Johansen's avatar Dan Johansen Committed by Heiko Stuebner

arm64: dts: rockchip: Lower SD card speed on rk3399 Pinebook Pro

MicroSD card slot in the Pinebook Pro is located on a separate
daughterboard that's connected to the mainboard using a rather
long flat cable.  The resulting signal degradation causes many
perfectly fine microSD cards not to work in the Pinebook Pro,
which is a common source of frustration among the owners.

Changing the mode and lowering the speed reportedly fixes this
issue and makes many microSD cards work as expected.
Co-developed-by: default avatarDragan Simic <dragan.simic@gmail.com>
Signed-off-by: default avatarDragan Simic <dragan.simic@gmail.com>
Tested-by: default avatarJR Gonzalez <jrg@scientiam.org>
Signed-off-by: default avatarDan Johansen <strit@manjaro.org>
Link: https://lore.kernel.org/r/20230305104730.15849-1-strit@manjaro.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5912b647
......@@ -943,7 +943,7 @@ &sdmmc {
disable-wp;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
sd-uhs-sdr104;
sd-uhs-sdr50;
vmmc-supply = <&vcc3v0_sd>;
vqmmc-supply = <&vcc_sdio>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment