mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
ARM: dts: msm: Change SPI PIN configs bias-pull-down for touch
This change configures SPI GPIOs to bias-pull-down from the bias-disable as per the IPCAT configuration and power team's recommendations. Seems there is some power leakage with existing configuration, this change helps resolving power leakage issue. Change-Id: I02194f79fba51757ce8b15a82407ec7795789774
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
67aefc450f
commit
b7063bfe4b
@@ -791,7 +791,7 @@
|
||||
config {
|
||||
pins = "gpio44";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -804,7 +804,7 @@
|
||||
config {
|
||||
pins = "gpio45";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -817,7 +817,7 @@
|
||||
config {
|
||||
pins = "gpio46";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -830,7 +830,7 @@
|
||||
config {
|
||||
pins = "gpio47";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -845,7 +845,7 @@
|
||||
pins = "gpio44", "gpio45",
|
||||
"gpio46", "gpio47";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user