mirror of
https://github.com/cjdelisle/openwrt.git
synced 2025-08-29 08:03:22 +00:00
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/18683 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
26 lines
865 B
Diff
26 lines
865 B
Diff
From 95147bb42bc163866fc103c957820345fefa96cd Mon Sep 17 00:00:00 2001
|
|
From: Anton Kirilov <anton.kirilov@arm.com>
|
|
Date: Thu, 19 Dec 2024 11:31:45 +0000
|
|
Subject: [PATCH] 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>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
|
|
@@ -410,6 +410,7 @@
|
|
&sdmmc {
|
|
bus-width = <4>;
|
|
cap-sd-highspeed;
|
|
+ cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
|
|
disable-wp;
|
|
max-frequency = <150000000>;
|
|
no-mmc;
|