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

* [PATCH 02/10] arm64: dts: qcom: msm8996: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
@ 2023-04-07 17:57 ` Krzysztof Kozlowski
  2023-04-07 17:58 ` [PATCH 03/10] arm64: dts: qcom: msm8998: " Krzysztof Kozlowski
                   ` (8 subsequent siblings)
  9 siblings, 0 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/msm8996.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 4661a556772e..2b35cb3f5292 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -1552,7 +1552,6 @@ wcd_intr_default: wcd-intr-default-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			blsp2_i2c1_default: blsp2-i2c1-state {
-- 
2.34.1


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

* [PATCH 03/10] arm64: dts: qcom: msm8998: remove superfluous "input-enable"
  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 ` Krzysztof Kozlowski
  2023-04-07 17:58 ` [PATCH 04/10] arm64: dts: qcom: qcs404: " Krzysztof Kozlowski
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/msm8998-fxtec-pro1.dts           | 1 -
 arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi      | 1 -
 arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi | 2 --
 arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts         | 3 ---
 4 files changed, 7 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts b/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
index 8b71b1f8f300..b35e2d9f428c 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
+++ b/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
@@ -640,7 +640,6 @@ hall_sensor1_default: hall-sensor1-def-state {
 		function = "gpio";
 		bias-disable;
 		drive-strength = <2>;
-		input-enable;
 	};
 
 	ts_int_n: ts-int-n-state {
diff --git a/arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi
index ce03c7c239e5..062d56c42385 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi
@@ -501,7 +501,6 @@ hall_sensor_default: hall-sensor-default-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	ts_int_active: ts-int-active-state {
diff --git a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
index 8e1c25b15f57..687e96068cb2 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
@@ -844,7 +844,6 @@ tof_int_n: tof-int-n-state {
 		function = "gpio";
 		bias-pull-up;
 		drive-strength = <2>;
-		input-enable;
 	};
 
 	chat_cam_pwr_en: chat-cam-pwr-en-default-state {
@@ -873,7 +872,6 @@ acc_cover_open: acc-cover-open-state {
 		function = "gpio";
 		bias-disable;
 		drive-strength = <2>;
-		input-enable;
 	};
 
 	ts_int_n: ts-int-n-state {
diff --git a/arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts b/arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts
index 7956b151c7a4..2444b87fddf7 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts
+++ b/arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts
@@ -528,7 +528,6 @@ hall_sensor_default_state: hall-sensor-default-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	mdss_dsi_active_state: mdss-dsi-active-state {
@@ -620,7 +619,6 @@ ts_active_state: ts-active-state {
 		function = "gpio";
 		drive-strength = <16>;
 		bias-pull-up;
-		input-enable;
 	};
 
 	ts_int_suspend_state: ts-int-suspend-state {
@@ -642,7 +640,6 @@ wcd_int_n_state: wcd-int-n-state {
 		function = "gpio";
 		bias-pull-down;
 		drive-strength = <2>;
-		input-enable;
 	};
 
 	wsa_leftspk_pwr_n_state: wsa-leftspk-pwr-n-state {
-- 
2.34.1


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

* [PATCH 04/10] arm64: dts: qcom: qcs404: remove superfluous "input-enable"
  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 ` Krzysztof Kozlowski
  2023-04-07 17:58 ` [PATCH 05/10] arm64: dts: qcom: sc8280xp: " Krzysztof Kozlowski
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/qcs404-evb.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
index 04c82d1624eb..10655401528e 100644
--- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
+++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
@@ -296,7 +296,6 @@ usb3_id_pin: usb3-id-state {
 
 		drive-strength = <2>;
 		bias-pull-up;
-		input-enable;
 	};
 };
 
-- 
2.34.1


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

* [PATCH 05/10] arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 04/10] arm64: dts: qcom: qcs404: " Krzysztof Kozlowski
@ 2023-04-07 17:58 ` Krzysztof Kozlowski
  2023-04-11 14:12   ` Johan Hovold
  2023-04-07 17:58 ` [PATCH 06/10] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/sc8280xp.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index 4c75da1bac2d..5632c3b8e416 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -2728,7 +2728,6 @@ data-pins {
 					pins = "gpio7";
 					function = "dmic1_data";
 					drive-strength = <8>;
-					input-enable;
 				};
 			};
 
@@ -2746,7 +2745,6 @@ data-pins {
 					function = "dmic1_data";
 					drive-strength = <2>;
 					bias-pull-down;
-					input-enable;
 				};
 			};
 
@@ -2762,7 +2760,6 @@ data-pins {
 					pins = "gpio9";
 					function = "dmic2_data";
 					drive-strength = <8>;
-					input-enable;
 				};
 			};
 
@@ -2780,7 +2777,6 @@ data-pins {
 					function = "dmic2_data";
 					drive-strength = <2>;
 					bias-pull-down;
-					input-enable;
 				};
 			};
 
-- 
2.34.1


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

* [PATCH 06/10] arm64: dts: qcom: sdm845: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 05/10] arm64: dts: qcom: sc8280xp: " Krzysztof Kozlowski
@ 2023-04-07 17:58 ` Krzysztof Kozlowski
  2023-04-07 17:58 ` [PATCH 07/10] arm64: dts: qcom: sm6125: " Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/sdm845-oneplus-common.dtsi  | 3 ---
 arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts    | 2 --
 arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi         | 1 -
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts   | 2 --
 arch/arm64/boot/dts/qcom/sdm845.dtsi                 | 5 -----
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 5 -----
 6 files changed, 18 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
index 0c268c560d37..e0c0c9090211 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
@@ -773,7 +773,6 @@ hall_sensor_default: hall-sensor-default-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	tri_state_key_default: tri-state-key-default-state {
@@ -802,7 +801,6 @@ panel_te_pin: panel-te-state {
 		function = "mdp_vsync";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	panel_esd_pin: panel-esd-state {
@@ -810,7 +808,6 @@ panel_esd_pin: panel-esd-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-pull-down;
-		input-enable;
 	};
 
 	speaker_default: speaker-default-state {
diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
index b54e304abf71..9d2ebb61b464 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
@@ -608,7 +608,6 @@ ts_int_active: ts-int-active-state {
 		function = "gpio";
 		drive-strength = <8>;
 		bias-pull-up;
-		input-enable;
 	};
 
 	ts_int_suspend: ts-int-suspend-state {
@@ -616,7 +615,6 @@ ts_int_suspend: ts-int-suspend-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-pull-down;
-		input-enable;
 	};
 
 	ts_reset_active: ts-reset-active-state {
diff --git a/arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi b/arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi
index 0d7c37f39176..c15d48860646 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi
@@ -80,7 +80,6 @@ wcd_intr_default: wcd-intr-default-state {
 		pins = "gpio54";
 		function = "gpio";
 
-		input-enable;
 		bias-pull-down;
 		drive-strength = <2>;
 	};
diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
index 1b7fdbae6a2b..37844ecfbc2b 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
@@ -586,7 +586,6 @@ ts_int_default: ts-int-default-state {
 		function = "gpio";
 		bias-pull-down;
 		drive-strength = <16>;
-		input-enable;
 	};
 
 	ts_reset_sleep: ts-reset-sleep-state {
@@ -601,7 +600,6 @@ ts_int_sleep: ts-int-sleep-state {
 		function = "gpio";
 		bias-pull-down;
 		drive-strength = <2>;
-		input-enable;
 	};
 
 	sde_dsi_active: sde-dsi-active-state {
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index da4b200281d8..d6a786c8b99f 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -3174,7 +3174,6 @@ quat_mi2s_sleep: quat-mi2s-sleep-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			quat_mi2s_active: quat-mi2s-active-state {
@@ -3190,7 +3189,6 @@ quat_mi2s_sd0_sleep: quat-mi2s-sd0-sleep-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			quat_mi2s_sd0_active: quat-mi2s-sd0-active-state {
@@ -3205,7 +3203,6 @@ quat_mi2s_sd1_sleep: quat-mi2s-sd1-sleep-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			quat_mi2s_sd1_active: quat-mi2s-sd1-active-state {
@@ -3220,7 +3217,6 @@ quat_mi2s_sd2_sleep: quat-mi2s-sd2-sleep-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			quat_mi2s_sd2_active: quat-mi2s-sd2-active-state {
@@ -3235,7 +3231,6 @@ quat_mi2s_sd3_sleep: quat-mi2s-sd3-sleep-state {
 				function = "gpio";
 				drive-strength = <2>;
 				bias-pull-down;
-				input-enable;
 			};
 
 			quat_mi2s_sd3_active: quat-mi2s-sd3-active-state {
diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
index 5c688cb6a7ce..1326c171fe72 100644
--- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
+++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
@@ -606,7 +606,6 @@ i2c3_hid_active: i2c2-hid-active-state {
 		pins = "gpio37";
 		function = "gpio";
 
-		input-enable;
 		bias-pull-up;
 		drive-strength = <2>;
 	};
@@ -615,7 +614,6 @@ i2c5_hid_active: i2c5-hid-active-state {
 		pins = "gpio125";
 		function = "gpio";
 
-		input-enable;
 		bias-pull-up;
 		drive-strength = <2>;
 	};
@@ -624,7 +622,6 @@ i2c11_hid_active: i2c11-hid-active-state {
 		pins = "gpio92";
 		function = "gpio";
 
-		input-enable;
 		bias-pull-up;
 		drive-strength = <2>;
 	};
@@ -633,7 +630,6 @@ lid_pin_active: lid-pin-state {
 		pins = "gpio124";
 		function = "gpio";
 
-		input-enable;
 		bias-disable;
 	};
 
@@ -641,7 +637,6 @@ mode_pin_active: mode-pin-state {
 		pins = "gpio95";
 		function = "gpio";
 
-		input-enable;
 		bias-disable;
 	};
 };
-- 
2.34.1


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

* [PATCH 07/10] arm64: dts: qcom: sm6125: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 06/10] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
@ 2023-04-07 17:58 ` Krzysztof Kozlowski
  2023-04-07 17:58 ` [PATCH 08/10] arm64: dts: qcom: sm6350: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/sm6125-sony-xperia-seine-pdx201.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts b/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts
index b22b3f9a910d..9f8a9ef398a2 100644
--- a/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts
+++ b/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts
@@ -468,7 +468,6 @@ vol_down_n: vol-down-n-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 };
 
-- 
2.34.1


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

* [PATCH 08/10] arm64: dts: qcom: sm6350: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (5 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 07/10] arm64: dts: qcom: sm6125: " Krzysztof Kozlowski
@ 2023-04-07 17:58 ` Krzysztof Kozlowski
  2023-04-07 17:58 ` [PATCH 09/10] arm64: dts: qcom: sm8250: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/sm6350-sony-xperia-lena-pdx213.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts b/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts
index 2a3ad478892b..dddd6e44d280 100644
--- a/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts
+++ b/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts
@@ -367,7 +367,6 @@ ts_int_default: ts-int-default-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 };
 
-- 
2.34.1


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

* [PATCH 09/10] arm64: dts: qcom: sm8250: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (6 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 08/10] arm64: dts: qcom: sm6350: " Krzysztof Kozlowski
@ 2023-04-07 17:58 ` 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
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/sm8250-sony-xperia-edo.dtsi | 1 -
 arch/arm64/boot/dts/qcom/sm8250.dtsi                 | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
index c96cc9c90a5f..2f22d348d45d 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
@@ -625,7 +625,6 @@ ts_int_default: ts-int-default-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	ap2mdm_default: ap2mdm-default-state {
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 4e7875f8786f..f86660fe7918 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2436,7 +2436,6 @@ clk-pins {
 					pins = "gpio10";
 					function = "wsa_swr_clk";
 					drive-strength = <2>;
-					input-enable;
 					bias-pull-down;
 				};
 
@@ -2444,7 +2443,6 @@ data-pins {
 					pins = "gpio11";
 					function = "wsa_swr_data";
 					drive-strength = <2>;
-					input-enable;
 					bias-pull-down;
 				};
 			};
@@ -2460,7 +2458,6 @@ data-pins {
 					pins = "gpio7";
 					function = "dmic1_data";
 					drive-strength = <8>;
-					input-enable;
 				};
 			};
 
@@ -2478,7 +2475,6 @@ data-pins {
 					function = "dmic1_data";
 					drive-strength = <2>;
 					bias-pull-down;
-					input-enable;
 				};
 			};
 
@@ -2523,7 +2519,6 @@ clk-pins {
 					pins = "gpio0";
 					function = "swr_tx_clk";
 					drive-strength = <2>;
-					input-enable;
 					bias-pull-down;
 				};
 
@@ -2531,7 +2526,6 @@ data1-pins {
 					pins = "gpio1";
 					function = "swr_tx_data";
 					drive-strength = <2>;
-					input-enable;
 					bias-bus-hold;
 				};
 
@@ -2539,7 +2533,6 @@ data2-pins {
 					pins = "gpio2";
 					function = "swr_tx_data";
 					drive-strength = <2>;
-					input-enable;
 					bias-pull-down;
 				};
 			};
-- 
2.34.1


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

* [PATCH 10/10] arm64: dts: qcom: sm8450: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (7 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 09/10] arm64: dts: qcom: sm8250: " Krzysztof Kozlowski
@ 2023-04-07 17:58 ` Krzysztof Kozlowski
  2023-04-07 18:51 ` (subset) [PATCH 01/10] arm64: dts: qcom: msm8994: " Bjorn Andersson
  9 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 17:58 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/sm8450-sony-xperia-nagara.dtsi | 1 -
 arch/arm64/boot/dts/qcom/sm8450.dtsi                    | 2 --
 2 files changed, 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi b/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi
index 67538b5a557e..001fb2723fbb 100644
--- a/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi
@@ -754,7 +754,6 @@ ts_int_default: ts-int-default-state {
 		function = "gpio";
 		drive-strength = <2>;
 		bias-disable;
-		input-enable;
 	};
 
 	telec_pwr_en: telec-pwr-en-state {
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index c59a922ce9f8..2b92ac697d8a 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -3690,7 +3690,6 @@ data-pins {
 					pins = "gpio7";
 					function = "dmic1_data";
 					drive-strength = <8>;
-					input-enable;
 				};
 			};
 
@@ -3706,7 +3705,6 @@ data-pins {
 					pins = "gpio9";
 					function = "dmic2_data";
 					drive-strength = <8>;
-					input-enable;
 				};
 			};
 
-- 
2.34.1


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

* Re: (subset) [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable"
  2023-04-07 17:57 [PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" Krzysztof Kozlowski
                   ` (8 preceding siblings ...)
  2023-04-07 17:58 ` [PATCH 10/10] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
@ 2023-04-07 18:51 ` Bjorn Andersson
  9 siblings, 0 replies; 13+ messages in thread
From: Bjorn Andersson @ 2023-04-07 18:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-msm, devicetree, Andy Gross,
	Krzysztof Kozlowski, Konrad Dybcio, Rob Herring, linux-kernel

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,
-- 
Bjorn Andersson <andersson@kernel.org>

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

* Re: [PATCH 05/10] arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"
  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
  0 siblings, 1 reply; 13+ messages in thread
From: Johan Hovold @ 2023-04-11 14:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel

On Fri, Apr 07, 2023 at 07:58:02PM +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.

This description does not seem to match the pin configurations that you
are changing below which use the "qcom,sc8280xp-lpass-lpi-pinctrl"
binding for which 'input-enable' is still accepted AFAICT.

Perhaps you can fix up the lpass bindings (and driver?) to match?

> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> index 4c75da1bac2d..5632c3b8e416 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> @@ -2728,7 +2728,6 @@ data-pins {
>  					pins = "gpio7";
>  					function = "dmic1_data";
>  					drive-strength = <8>;
> -					input-enable;
>  				};
>  			};

Johan

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

* Re: [PATCH 05/10] arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"
  2023-04-11 14:12   ` Johan Hovold
@ 2023-04-11 17:07     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-11 17:07 UTC (permalink / raw)
  To: Johan Hovold
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel

On 11/04/2023 16:12, Johan Hovold wrote:
> On Fri, Apr 07, 2023 at 07:58:02PM +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.
> 
> This description does not seem to match the pin configurations that you
> are changing below which use the "qcom,sc8280xp-lpass-lpi-pinctrl"
> binding for which 'input-enable' is still accepted AFAICT.
> 
> Perhaps you can fix up the lpass bindings (and driver?) to match?

Thanks for spotting this. This change is wrong.

Best regards,
Krzysztof


^ permalink raw reply	[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).