diff mbox series

arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S

Message ID 20241219113145.483205-1-anton.kirilov@arm.com (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S | expand

Commit Message

anton.kirilov@arm.com Dec. 19, 2024, 11:31 a.m. UTC
From: Anton Kirilov <anton.kirilov@arm.com>

Fix the SD card detection on FriendlyElec NanoPi R6C/R6S boards.

Signed-off-by: Anton Kirilov <anton.kirilov@arm.com>
---
 arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Heiko Stuebner Jan. 8, 2025, 12:25 p.m. UTC | #1
On Thu, 19 Dec 2024 11:31:45 +0000, anton.kirilov@arm.com wrote:
> Fix the SD card detection on FriendlyElec NanoPi R6C/R6S boards.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
      commit: 95147bb42bc163866fc103c957820345fefa96cd

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
index 76a6e8e517e9..c9749cb50076 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
@@ -434,6 +434,7 @@  &sdhci {
 &sdmmc {
 	bus-width = <4>;
 	cap-sd-highspeed;
+	cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
 	disable-wp;
 	max-frequency = <150000000>;
 	no-mmc;