Skip to content

Commit

Permalink
arm64: dts: qcom: remove redundant spi cs pins from pinconf
Browse files Browse the repository at this point in the history
This patch removes redundant pins from spi pinconf as these are already
specified in pinconf_cs.

Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
  • Loading branch information
Srinivas-Kandagatla authored and Andy Gross committed Feb 24, 2016
1 parent 09cbd8e commit df984b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
pins = "gpio6";
};
pinconf {
pins = "gpio4", "gpio5", "gpio6", "gpio7";
pins = "gpio4", "gpio5", "gpio7";
drive-strength = <12>;
bias-disable;
};
Expand Down Expand Up @@ -144,7 +144,7 @@
pins = "gpio10";
};
pinconf {
pins = "gpio8", "gpio9", "gpio10", "gpio11";
pins = "gpio8", "gpio9", "gpio11";
drive-strength = <12>;
bias-disable;
};
Expand Down Expand Up @@ -178,7 +178,7 @@
pins = "gpio14";
};
pinconf {
pins = "gpio12", "gpio13", "gpio14", "gpio15";
pins = "gpio12", "gpio13", "gpio15";
drive-strength = <12>;
bias-disable;
};
Expand Down Expand Up @@ -212,7 +212,7 @@
pins = "gpio18";
};
pinconf {
pins = "gpio16", "gpio17", "gpio18", "gpio19";
pins = "gpio16", "gpio17", "gpio19";
drive-strength = <12>;
bias-disable;
};
Expand Down Expand Up @@ -246,7 +246,7 @@
pins = "gpio22";
};
pinconf {
pins = "gpio20", "gpio21", "gpio22", "gpio23";
pins = "gpio20", "gpio21", "gpio23";
drive-strength = <12>;
bias-disable;
};
Expand Down

0 comments on commit df984b8

Please sign in to comment.