Skip to content

Commit 95147bb

Browse files
akirilov-armmmind
authored andcommitted
arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
Fix the SD card detection on FriendlyElec NanoPi R6C/R6S boards. Signed-off-by: Anton Kirilov <anton.kirilov@arm.com> Link: https://lore.kernel.org/r/20241219113145.483205-1-anton.kirilov@arm.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 2ddd934 commit 95147bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@
434434
&sdmmc {
435435
bus-width = <4>;
436436
cap-sd-highspeed;
437+
cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
437438
disable-wp;
438439
max-frequency = <150000000>;
439440
no-mmc;

0 commit comments

Comments
 (0)