diff options
author | John Clark <inindev@gmail.com> | 2023-12-30 17:50:53 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-01-25 21:44:09 +0100 |
commit | d8bb6c2311b6b2aad11b937f96db1d6c3393246a (patch) | |
tree | dccc303f86dbf116bc11f1dbb6035ffbc78504a4 | |
parent | arm64: dts: rockchip: Add cache information to the SoC dtsi for RK3399 (diff) | |
download | linux-d8bb6c2311b6b2aad11b937f96db1d6c3393246a.tar.xz linux-d8bb6c2311b6b2aad11b937f96db1d6c3393246a.zip |
arm64: dts: rockchip: add sdmmc card detect to the nanopc-t6
The nanopc-t6 has an sdmmc card detect connected to gpio0_a4 which is
active low.
Signed-off-by: John Clark <inindev@gmail.com>
Link: https://lore.kernel.org/r/20231230165053.3781-1-inindev@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts index 7e9613f079fa..899ce61c27bf 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts @@ -555,6 +555,7 @@ bus-width = <4>; cap-mmc-highspeed; cap-sd-highspeed; + cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>; disable-wp; no-mmc; no-sdio; |