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

This commit is contained in:
qctecmdr
2022-08-20 01:21:32 -07:00
committed by Gerrit - the friendly Code Review server

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