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:
Mukesh Kumar Savaliya
2022-05-04 11:22:08 +05:30
committed by Gerrit - the friendly Code Review server
parent 67aefc450f
commit b7063bfe4b

View File

@@ -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;
};
};
};