diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-17 13:21:14 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:26:40 -0700 |
commit | 9e3a0c7acba5e1ec7b0730bac904ba820b70b5cf (patch) | |
tree | 6eca8ec3359088a5a990a3b173580b0a73a800af | |
parent | b02966f8689795406ac210189924a8cb02a71bbe (diff) |
arm64: dts: qcom: apq8039-t2: remove superfluous "input-enable"
Pin configuration property "input-enable" was used with the intention to
disable the output, but this is done by default by Linux drivers. Since
commit c4a48b0df8bf ("dt-bindings: pinctrl: qcom: tlmm should use
output-disable, not input-enable") the property is not accepted anymore.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8039-t2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8039-t2.dts b/arch/arm64/boot/dts/qcom/apq8039-t2.dts index 40644c242fb7..43686bbd87f4 100644 --- a/arch/arm64/boot/dts/qcom/apq8039-t2.dts +++ b/arch/arm64/boot/dts/qcom/apq8039-t2.dts @@ -366,7 +366,6 @@ function = "gpio"; pins = "gpio107"; bias-pull-up; - input-enable; }; }; |