rockchip: dts: rk3308: add cd-gpios

Add cd-gpios to test the mmc device whether exit.

Change-Id: I6a07ff130e506678a20e5128ef4c8e608e0ec448
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
Jason Zhu 2019-02-22 21:46:04 +08:00 committed by Jianhong Chen
parent b73a762978
commit 18601cb12a
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,11 @@
status = "okay";
};
&gpio0 {
u-boot,dm-pre-reloc;
status = "disabled";
};
&route_rgb {
status = "disabled";
};

View File

@ -392,6 +392,7 @@
<&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
fifo-depth = <0x100>;
cd-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;