rockchip: dts: rk3568: set the sdmmc0-det pin pcfg_pull_up

Since the sdmmc0-det is set to pcfg_pull_none and there is no sd
card, it has a current loss of 2 mA.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ifb6184d134155a39dc6986632a8346ffc342263f
This commit is contained in:
Jason Zhu 2021-01-12 20:16:24 +08:00 committed by Jianhong Chen
parent 8d52d662b5
commit b0760df876
2 changed files with 5 additions and 1 deletions

View File

@ -1523,7 +1523,7 @@
};
sdmmc0_det: sdmmc0-det {
rockchip,pins =
<0 RK_PA4 1 &pcfg_pull_none>;
<0 RK_PA4 1 &pcfg_pull_up>;
};
sdmmc0_pwren: sdmmc0-pwren {
rockchip,pins =

View File

@ -401,6 +401,10 @@
u-boot,dm-spl;
};
&pcfg_pull_up {
u-boot,dm-spl;
};
&pcfg_pull_none {
u-boot,dm-pre-reloc;
};