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:
parent
8d52d662b5
commit
b0760df876
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -401,6 +401,10 @@
|
|||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
&pcfg_pull_up {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
&pcfg_pull_none {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue