Commit ff348b7d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: msm8998-sony-xperia: correct GPIO keys wakeup

gpio-keys,wakeup is a deprecated property:

  msm8998-sony-xperia-yoshino-lilac.dtb: gpio-keys: button-vol-down: Unevaluated properties are not allowed ('gpio-key,wakeup' was unexpected)
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230304123358.34274-3-krzysztof.kozlowski@linaro.org
parent d7f1f0fd
...@@ -106,7 +106,7 @@ button-vol-down { ...@@ -106,7 +106,7 @@ button-vol-down {
gpios = <&pm8998_gpios 5 GPIO_ACTIVE_LOW>; gpios = <&pm8998_gpios 5 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_KEY>; linux,input-type = <EV_KEY>;
linux,code = <KEY_VOLUMEDOWN>; linux,code = <KEY_VOLUMEDOWN>;
gpio-key,wakeup; wakeup-source;
debounce-interval = <15>; debounce-interval = <15>;
}; };
...@@ -138,7 +138,7 @@ event-hall-sensor0 { ...@@ -138,7 +138,7 @@ event-hall-sensor0 {
gpios = <&tlmm 124 GPIO_ACTIVE_LOW>; gpios = <&tlmm 124 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>; linux,input-type = <EV_SW>;
linux,code = <SW_LID>; linux,code = <SW_LID>;
gpio-key,wakeup; wakeup-source;
debounce-interval = <30>; debounce-interval = <30>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment