mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rockchip: detect sdcard by gpio for rk312x
if the sdmmc detect with iomux sdmmc_detn will false trigger once the system into deepsleep Change-Id: I5928b94327175ee2b39bd0740ea2eafa9d28604d Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
@@ -582,10 +582,10 @@
|
||||
&sdmmc {
|
||||
cap-mmc-highspeed;
|
||||
supports-sd;
|
||||
broken-cd;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
cd-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>; /* CD GPIO */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
@@ -1247,7 +1247,7 @@
|
||||
};
|
||||
|
||||
sdmmc_cmd: sdmmc-cmd {
|
||||
rockchip,pins = <1 RK_PC1 1 &pcfg_pull_default>;
|
||||
rockchip,pins = <1 RK_PB7 1 &pcfg_pull_default>;
|
||||
};
|
||||
|
||||
sdmmc_wp: sdmmc-wp {
|
||||
|
||||
Reference in New Issue
Block a user