arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 4 Mar 2023 12:33:51 +0000 (13:33 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 16 Mar 2023 01:54:15 +0000 (18:54 -0700)
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>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230304123358.34274-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi

index ff77cc3c879ad1405b45fd17d366881961d756ae..47e2430991ca0e6b64d56f31da777a2aa78a0c6b 100644 (file)
@@ -59,7 +59,7 @@
                        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 @@
                        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 @@
                        gpios = <&pm8150_gpios 1 GPIO_ACTIVE_LOW>;
                        debounce-interval = <15>;
                        linux,can-disable;
-                       gpio-key,wakeup;
+                       wakeup-source;
                };
        };