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:
Zhou weixin
2018-01-18 16:31:36 +08:00
committed by Tao Huang
parent 117a23131e
commit f8eee37712
2 changed files with 2 additions and 2 deletions

View File

@@ -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";
};

View File

@@ -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 {