mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Change SPI to pull down due to power leakage"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
7cc06373bf
@@ -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