diff options
author | 2023-04-07 20:06:54 +0200 | |
---|---|---|
committer | 2023-04-07 11:56:42 -0700 | |
commit | 087fc87e1882a44637a48cc537b49df9bec91780 (patch) | |
tree | 314913f0c738f4b92ba43b8fe5b1d4bd18531709 | |
parent | arm64: dts: qcom: apq8016: remove superfluous "input-enable" (diff) | |
download | wireguard-linux-087fc87e1882a44637a48cc537b49df9bec91780.tar.xz wireguard-linux-087fc87e1882a44637a48cc537b49df9bec91780.zip |
arm64: dts: qcom: sm8150: 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
patch ("dt-bindings: pinctrl: qcom: tlmm should use output-disable, not
input-enable") the property is not accepted anymore.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407180655.128771-1-krzysztof.kozlowski@linaro.org
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts b/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts index 69024f7c7f10..b039773c4465 100644 --- a/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts +++ b/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts @@ -479,7 +479,6 @@ pins = "gpio42"; function = "gpio"; bias-pull-up; - input-enable; }; }; |