ARM: dts: msm: Change SPI to pull down due to power leakage

This change configures SPI GPIO 56 to 59 to bias pull down config
from the existing pull up configuration. There seems power leakage
with current configurations.

Change-Id: Ic0adc3808e498b860fb96907a823c44e5eef5131
This commit is contained in:
Mukesh Kumar Savaliya
2022-08-17 15:28:19 +05:30
parent ff4b12e7fd
commit 60045aa4de

View File

@@ -1193,7 +1193,7 @@
config {
pins = "gpio56";
drive-strength = <6>;
bias-disable;
bias-pull-down;
};
};
@@ -1206,7 +1206,7 @@
config {
pins = "gpio57";
drive-strength = <6>;
bias-disable;
bias-pull-down;
};
};
@@ -1219,7 +1219,7 @@
config {
pins = "gpio58";
drive-strength = <6>;
bias-disable;
bias-pull-down;
};
};
@@ -1232,7 +1232,7 @@
config {
pins = "gpio59";
drive-strength = <6>;
bias-disable;
bias-pull-down;
};
};
@@ -1246,8 +1246,8 @@
config {
pins = "gpio56", "gpio57",
"gpio58", "gpio59";
drive-strength = <6>;
bias-disable;
drive-strength = <2>;
bias-pull-down;
};
};
};