arm64: dts: rockchip: Enable SD card detection for Rock960 boards
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 13 Sep 2018 18:05:45 +0000 (23:35 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 22 Sep 2018 20:55:56 +0000 (22:55 +0200)
For proper working of SD cards, let's add the Card Detect GPIO property
to the common devicetree for Rock960 family boards.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi

index cc9c373..6c8c4ab 100644 (file)
        cap-sd-highspeed;
        clock-frequency = <100000000>;
        clock-freq-min-max = <100000 100000000>;
+       cd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
        disable-wp;
        sd-uhs-sdr104;
        vqmmc-supply = <&vcc_sd>;