Skip to content

Commit

Permalink
arm64: dts: qcom: add correct drive strenght on cs pins
Browse files Browse the repository at this point in the history
2mA drive strenght is not enough to drive chipselect low on hardware
configurations with level shifters, 16mA should give good range to
allow such configurations to work.

This issue was noticed while testing spi on db410c with sensor board.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
  • Loading branch information
Srinivas Kandagatla authored and Andy Gross committed Feb 24, 2016
1 parent df984b8 commit 93a3514
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
};
pinconf_cs {
pins = "gpio2";
drive-strength = <2>;
drive-strength = <16>;
bias-disable;
output-high;
};
Expand Down Expand Up @@ -116,7 +116,7 @@
};
pinconf_cs {
pins = "gpio6";
drive-strength = <2>;
drive-strength = <16>;
bias-disable;
output-high;
};
Expand Down Expand Up @@ -150,7 +150,7 @@
};
pinconf_cs {
pins = "gpio10";
drive-strength = <2>;
drive-strength = <16>;
bias-disable;
output-high;
};
Expand Down Expand Up @@ -184,7 +184,7 @@
};
pinconf_cs {
pins = "gpio14";
drive-strength = <2>;
drive-strength = <16>;
bias-disable;
output-high;
};
Expand Down Expand Up @@ -218,7 +218,7 @@
};
pinconf_cs {
pins = "gpio18";
drive-strength = <2>;
drive-strength = <16>;
bias-disable;
output-high;
};
Expand Down Expand Up @@ -252,7 +252,7 @@
};
pinconf_cs {
pins = "gpio22";
drive-strength = <2>;
drive-strength = <16>;
bias-disable;
output-high;
};
Expand Down

0 comments on commit 93a3514

Please sign in to comment.