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

anton.kirilov@arm.com posted 1 patch 12 months ago
arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
Posted by anton.kirilov@arm.com 12 months ago
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(+)

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;
-- 
2.43.0
Re: [PATCH] arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
Posted by Heiko Stuebner 11 months, 2 weeks ago
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,
-- 
Heiko Stuebner <heiko@sntech.de>