Skip to content

Commit 78aedee

Browse files
Stritmmind
authored andcommitted
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: Dragan Simic <[email protected]> Signed-off-by: Dragan Simic <[email protected]> Tested-by: JR Gonzalez <[email protected]> Signed-off-by: Dan Johansen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 5912b64 commit 78aedee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@
943943
disable-wp;
944944
pinctrl-names = "default";
945945
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
946-
sd-uhs-sdr104;
946+
sd-uhs-sdr50;
947947
vmmc-supply = <&vcc3v0_sd>;
948948
vqmmc-supply = <&vcc_sdio>;
949949
status = "okay";

0 commit comments

Comments
 (0)