]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
authorAnton Kirilov <anton.kirilov@arm.com>
Thu, 19 Dec 2024 11:31:45 +0000 (11:31 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 8 Jan 2025 12:18:05 +0000 (13:18 +0100)
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>
arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi

index 76a6e8e517e94830db7923188fcddeb75e7fb099..c9749cb50076db91eece320d4d0672c46bb2f7e7 100644 (file)
 &sdmmc {
        bus-width = <4>;
        cap-sd-highspeed;
+       cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
        disable-wp;
        max-frequency = <150000000>;
        no-mmc;