summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
diff options
context:
space:
mode:
authorStephan Gerhold <stephan@gerhold.net>2020-06-22 17:17:50 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2020-07-15 22:00:51 -0700
commit4a1f08cb58e522ef6c94a0b0dde4b483e1bbe1cd (patch)
treed7b833302cee2b03a634b78e41e22c48e64f5b9f /arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
parent6554a295042f714cef20cce67803ec71f1eb913a (diff)
arm64: dts: qcom: msm8916: Use higher I2C drive-strength only on DB410c
Commit c240f29e75e6 ("arm64: dts: set the default i2c pin drive strength to 16mA") changed the default drive-strength for I2C pins in msm8916-pins.dtsi to the maximum possible (16 mA). While this makes sense for apq8016-sbc (DB410c) where you can connect an arbitrary amount of I2C devices with level shifters etc, there is no need to use a higher drive strength for other MSM8916 devices. The minimum drive strength (2 mA) seems to be totally sufficient to have everything work there. With the short pinctrl nodes introduced earlier we can easily override the drive-strength only for apq8016-sbc now. Use that and change the default back to 2 mA. i2c1_default/i2c5_default are already using 2 mA because they were added separately later and are not used in apq8016-sbc. Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Link: https://lore.kernel.org/r/20200622151751.408995-4-stephan@gerhold.net Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916-pins.dtsi')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916-pins.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
index e1d4f8df7e79..4dc437f13fa5 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
@@ -208,7 +208,7 @@
pins = "gpio6", "gpio7";
function = "blsp_i2c2";
- drive-strength = <16>;
+ drive-strength = <2>;
bias-disable;
};
@@ -224,7 +224,7 @@
pins = "gpio14", "gpio15";
function = "blsp_i2c4";
- drive-strength = <16>;
+ drive-strength = <2>;
bias-disable;
};
@@ -256,7 +256,7 @@
pins = "gpio22", "gpio23";
function = "blsp_i2c6";
- drive-strength = <16>;
+ drive-strength = <2>;
bias-disable;
};