Commit d8bb6c23 authored by John Clark's avatar John Clark Committed by Heiko Stuebner
Browse files

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: default avatarJohn Clark <inindev@gmail.com>
Link: https://lore.kernel.org/r/20231230165053.3781-1-inindev@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b72633ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -555,6 +555,7 @@ &sdmmc {
	bus-width = <4>;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
	disable-wp;
	no-mmc;
	no-sdio;