mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user