Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup
@ 2023-03-04 12:33 Krzysztof Kozlowski
  2023-03-04 12:33 ` [PATCH 2/8] arm64: dts: qcom: msm8998-fxtec: " Krzysztof Kozlowski
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-04 12:33 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

gpio-keys,wakeup is a deprecated property:

  sm8150-sony-xperia-kumano-bahamut.dtb: gpio-keys: key-camera-focus: Unevaluated properties are not allowed ('gpio-key,wakeup' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi b/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi
index ff77cc3c879a..47e2430991ca 100644
--- a/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi
@@ -59,7 +59,7 @@ key-camera-focus {
 			gpios = <&pm8150b_gpios 2 GPIO_ACTIVE_LOW>;
 			debounce-interval = <15>;
 			linux,can-disable;
-			gpio-key,wakeup;
+			wakeup-source;
 		};
 
 		key-camera-snapshot {
@@ -68,7 +68,7 @@ key-camera-snapshot {
 			gpios = <&pm8150b_gpios 1 GPIO_ACTIVE_LOW>;
 			debounce-interval = <15>;
 			linux,can-disable;
-			gpio-key,wakeup;
+			wakeup-source;
 		};
 
 		key-vol-down {
@@ -77,7 +77,7 @@ key-vol-down {
 			gpios = <&pm8150_gpios 1 GPIO_ACTIVE_LOW>;
 			debounce-interval = <15>;
 			linux,can-disable;
-			gpio-key,wakeup;
+			wakeup-source;
 		};
 	};
 
-- 
2.34.1


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

end of thread, other threads:[~2023-03-16  3:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04 12:33 [PATCH 1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup Krzysztof Kozlowski
2023-03-04 12:33 ` [PATCH 2/8] arm64: dts: qcom: msm8998-fxtec: " Krzysztof Kozlowski
2023-03-04 12:56   ` Konrad Dybcio
2023-03-04 12:33 ` [PATCH 3/8] arm64: dts: qcom: msm8998-sony-xperia: " Krzysztof Kozlowski
2023-03-04 12:57   ` Konrad Dybcio
2023-03-04 12:33 ` [PATCH 4/8] arm64: dts: qcom: sc7280-idp: " Krzysztof Kozlowski
2023-03-04 12:57   ` Konrad Dybcio
2023-03-04 12:33 ` [PATCH 5/8] arm64: dts: qcom: sdm630-sony-xperia: " Krzysztof Kozlowski
2023-03-04 12:57   ` Konrad Dybcio
2023-03-04 12:33 ` [PATCH 6/8] arm64: dts: qcom: sm6115p-lenovo-j606f: " Krzysztof Kozlowski
2023-03-04 12:57   ` Konrad Dybcio
2023-03-04 12:33 ` [PATCH 7/8] arm64: dts: qcom: sm8250-sony-xperia: " Krzysztof Kozlowski
2023-03-04 12:57   ` Konrad Dybcio
2023-03-04 12:33 ` [PATCH 8/8] arm64: dts: qcom: sm8250-xiaomi-elish: " Krzysztof Kozlowski
2023-03-04 12:58   ` Konrad Dybcio
2023-03-04 12:56 ` [PATCH 1/8] arm64: dts: qcom: sm8150-kumano: " Konrad Dybcio
2023-03-16  3:20 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox