[01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable"

Message ID 20230407175807.124394-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" |

Commit Message

Krzysztof Kozlowski April 7, 2023, 5:57 p.m. UTC
  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>
---
 arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi | 1 -
 arch/arm64/boot/dts/qcom/msm8994.dtsi                      | 1 -
 2 files changed, 2 deletions(-)
  

Comments

Bjorn Andersson April 7, 2023, 6:51 p.m. UTC | #1
On Fri, 7 Apr 2023 19:57:58 +0200, Krzysztof Kozlowski wrote:
> 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.
> 
> 

Applied, thanks!

[01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable"
        commit: e10121114e8fe10067c4c4dd1eb1241bd30c2bb3
[02/10] arm64: dts: qcom: msm8996: remove superfluous "input-enable"
        commit: 8db80be2af20ccdfca2c8d3a2adaf60621c2f34e
[03/10] arm64: dts: qcom: msm8998: remove superfluous "input-enable"
        commit: ecdc2fe1204ff515f59385a87994ea17a8d0d6c4
[04/10] arm64: dts: qcom: qcs404: remove superfluous "input-enable"
        commit: 8b58f799056b561e349bb56014f87a71ae517d10
[05/10] arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"
        commit: 87e1f7b1a041a37390bf4fa7913683fb4f8d00d8
[06/10] arm64: dts: qcom: sdm845: remove superfluous "input-enable"
        commit: 2ee8a1525223af4d691aaa620e2d88d4ee2266c7
[07/10] arm64: dts: qcom: sm6125: remove superfluous "input-enable"
        commit: 36f038ad3a0779b58c2fea6b1b1df18d12d6c06d
[08/10] arm64: dts: qcom: sm6350: remove superfluous "input-enable"
        commit: a3752cc30e1557a7c5bbd5bda8ccd91dba0f3a06
[09/10] arm64: dts: qcom: sm8250: remove superfluous "input-enable"
        commit: 5a5fd14b22881d60911541750a4d6f66e501ea6e
[10/10] arm64: dts: qcom: sm8450: remove superfluous "input-enable"
        commit: d1333bce9e019f1e529a8f1c83f4e2a1a8612bbf

Best regards,
  

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi b/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi
index 26059f861250..9dbde79f26a2 100644
--- a/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi
@@ -481,7 +481,6 @@  ts_int_active: ts-int-active-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	ts_reset_active: ts-reset-active-state {
diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
index 768fe2326933..62219f73e3f9 100644
--- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
@@ -840,7 +840,6 @@  i2c4_sleep: i2c4-sleep-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			i2c5_default: i2c5-default-state {