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:
parent
b73a762978
commit
18601cb12a
|
|
@ -83,6 +83,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpio0 {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&route_rgb {
|
&route_rgb {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
@ -392,6 +392,7 @@
|
||||||
<&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
|
<&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
|
||||||
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
|
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
|
||||||
fifo-depth = <0x100>;
|
fifo-depth = <0x100>;
|
||||||
|
cd-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||||
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
|
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue