diff options
author | 2023-03-04 13:33:01 +0100 | |
---|---|---|
committer | 2023-04-11 18:47:55 +0200 | |
commit | 3a07e82edca0e3fc95970e8e5a6b7838f27cbbe0 (patch) | |
tree | 57981990fcc0f233567cd4698e8990a0c0bdcf4c | |
parent | arm64: dts: mediatek: mt6795-xperia-m5: Add NXP PN547 NFC on I2C3 (diff) | |
download | wireguard-linux-3a07e82edca0e3fc95970e8e5a6b7838f27cbbe0.tar.xz wireguard-linux-3a07e82edca0e3fc95970e8e5a6b7838f27cbbe0.zip |
arm64: dts: mediatek: mt8173: correct GPIO keys wakeup
gpio-keys,wakeup is a deprecated property.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230304123301.33952-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi index d452cab28c67..d77f6af19065 100644 --- a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi @@ -58,7 +58,7 @@ gpios = <&pio 69 GPIO_ACTIVE_LOW>; linux,code = <SW_LID>; linux,input-type = <EV_SW>; - gpio-key,wakeup; + wakeup-source; }; switch-power { @@ -66,7 +66,7 @@ gpios = <&pio 14 GPIO_ACTIVE_HIGH>; linux,code = <KEY_POWER>; debounce-interval = <30>; - gpio-key,wakeup; + wakeup-source; }; switch-tablet-mode { @@ -74,7 +74,7 @@ gpios = <&pio 121 GPIO_ACTIVE_HIGH>; linux,code = <SW_TABLET_MODE>; linux,input-type = <EV_SW>; - gpio-key,wakeup; + wakeup-source; }; switch-volume-down { |