mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Correct PINCTRL function name for SE9 instance
This change corrects pinctrl function name for gpio12 and gpio13 of the spi9 instance. Also change sleep config drive strength to non zero, as keeping it as Zero value causes pinctrl driver failure with error log "Error applying setting, reverse things back". Change-Id: I530ad5ff84dc3f2355a54bbd17ea992c8fae9fa6
This commit is contained in:
@@ -777,7 +777,7 @@
|
||||
config {
|
||||
pins = "gpio28", "gpio29",
|
||||
"gpio30", "gpio31";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -887,7 +887,7 @@
|
||||
config {
|
||||
pins = "gpio0", "gpio1",
|
||||
"gpio2", "gpio3";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -997,7 +997,7 @@
|
||||
config {
|
||||
pins = "gpio24", "gpio25",
|
||||
"gpio34", "gpio35";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1107,7 +1107,7 @@
|
||||
config {
|
||||
pins = "gpio26", "gpio27",
|
||||
"gpio34", "gpio35";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1217,7 +1217,7 @@
|
||||
config {
|
||||
pins = "gpio32", "gpio33",
|
||||
"gpio34", "gpio35";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1386,7 +1386,7 @@
|
||||
config {
|
||||
pins = "gpio4", "gpio5",
|
||||
"gpio6", "gpio7";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1496,7 +1496,7 @@
|
||||
config {
|
||||
pins = "gpio8", "gpio9",
|
||||
"gpio6", "gpio7";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1606,7 +1606,7 @@
|
||||
config {
|
||||
pins = "gpio18", "gpio19",
|
||||
"gpio20", "gpio21";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1683,7 +1683,7 @@
|
||||
qupv3_se9_spi_clk_active: qupv3_se9_spi_clk_active {
|
||||
mux {
|
||||
pins = "gpio12";
|
||||
function = "qup1_se2_l2";
|
||||
function = "qup1_se3_l2";
|
||||
};
|
||||
|
||||
config {
|
||||
@@ -1696,7 +1696,7 @@
|
||||
qupv3_se9_spi_cs_active: qupv3_se9_spi_cs_active {
|
||||
mux {
|
||||
pins = "gpio13";
|
||||
function = "qup1_se2_l3";
|
||||
function = "qup1_se3_l3";
|
||||
};
|
||||
|
||||
config {
|
||||
@@ -1716,7 +1716,7 @@
|
||||
config {
|
||||
pins = "gpio10", "gpio11",
|
||||
"gpio12", "gpio13";
|
||||
drive-strength = <0>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user