diff mbox series

[1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup

Message ID 20230304123358.34274-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit b26d66228e9744f4ac278d4fa891fc973b00dc6b
Headers show
Series [1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup | expand

Commit Message

Krzysztof Kozlowski March 4, 2023, 12:33 p.m. UTC
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(-)

Comments

Bjorn Andersson March 16, 2023, 3:20 a.m. UTC | #1
On Sat, 4 Mar 2023 13:33:51 +0100, Krzysztof Kozlowski wrote:
> 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)
> 
> 

Applied, thanks!

[1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup
      commit: b26d66228e9744f4ac278d4fa891fc973b00dc6b
[2/8] arm64: dts: qcom: msm8998-fxtec: correct GPIO keys wakeup
      commit: d7f1f0fd7944b89d45accde9017095feab2b4675
[3/8] arm64: dts: qcom: msm8998-sony-xperia: correct GPIO keys wakeup
      commit: ff348b7d963a8b80502997bc266d47e31406db45
[4/8] arm64: dts: qcom: sc7280-idp: correct GPIO keys wakeup
      commit: aa03d854ad656ae214f7ebb13e7d95e436e99da1
[5/8] arm64: dts: qcom: sdm630-sony-xperia: correct GPIO keys wakeup
      commit: f06c0f2779e4567e3a83986646bdd7f63edfee17
[6/8] arm64: dts: qcom: sm6115p-lenovo-j606f: correct GPIO keys wakeup
      commit: d30f4d6de95ab05cec138929f54f5b92a394c68b
[7/8] arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup
      commit: 77a7e394287177b57ec14172a046819eec1a8e90
[8/8] arm64: dts: qcom: sm8250-xiaomi-elish: correct GPIO keys wakeup
      commit: df03c41673308006fab6ba71a8458b15a79181f6

Best regards,
diff mbox series

Patch

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;
 		};
 	};