Commit c9c53d1f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8350-sagami: correct TS pin property

The pin configuration is selected with "pins", not "pin" property.

Fixes: 1209e924 ("arm64: dts: qcom: sm8350-sagami: Enable and populate I2C/SPI nodes")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220912061746.6311-37-krzysztof.kozlowski@linaro.org
parent 448f5a00
...@@ -223,7 +223,7 @@ &tlmm { ...@@ -223,7 +223,7 @@ &tlmm {
gpio-reserved-ranges = <44 4>; gpio-reserved-ranges = <44 4>;
ts_int_default: ts-int-default { ts_int_default: ts-int-default {
pin = "gpio23"; pins = "gpio23";
function = "gpio"; function = "gpio";
drive-strength = <2>; drive-strength = <2>;
bias-disable; bias-disable;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment