mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
f010d1b686
commit
3a07e82edc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user