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

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.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b72633ba
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment