linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable"
@ 2023-04-07 17:57 Krzysztof Kozlowski
  2023-04-07 17:57 ` [PATCH 02/10] arm64: dts: qcom: msm8996: " Krzysztof Kozlowski
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:57 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

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(-)

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 {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-04-11 17:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
2023-04-07 17:57 ` [PATCH 02/10] arm64: dts: qcom: msm8996: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 03/10] arm64: dts: qcom: msm8998: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 04/10] arm64: dts: qcom: qcs404: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 05/10] arm64: dts: qcom: sc8280xp: " Krzysztof Kozlowski
2023-04-11 14:12   ` Johan Hovold
2023-04-11 17:07     ` Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 06/10] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 07/10] arm64: dts: qcom: sm6125: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 08/10] arm64: dts: qcom: sm6350: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 09/10] arm64: dts: qcom: sm8250: " Krzysztof Kozlowski
2023-04-07 17:58 ` [PATCH 10/10] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
2023-04-07 18:51 ` (subset) [PATCH 01/10] arm64: dts: qcom: msm8994: " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).