ARM: dts: msm: config SD card GPIO on SDM630 QRD
As GPIO 54 has already been connected to an external pull up resistor, config it to no pull to save power consumption. CRs-Fixed: 2024143 Change-Id: Ic52896f9bf0e001f505d1bb7400df2ae96f44d49 Signed-off-by: xiaonian <xiaonian@codeaurora.org>
This commit is contained in:
parent
630218f710
commit
23e6dbc0fd
1 changed files with 7 additions and 0 deletions
|
@ -197,6 +197,13 @@
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&sdc2_cd_on {
|
||||||
|
config {
|
||||||
|
/delete-property/ bias-pull-up;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&sdhc_2 {
|
&sdhc_2 {
|
||||||
/* device core power supply */
|
/* device core power supply */
|
||||||
vdd-supply = <&pm660l_l5>;
|
vdd-supply = <&pm660l_l5>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue