We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f010d1b commit 3a07e82Copy full SHA for 3a07e82
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
@@ -58,23 +58,23 @@
58
gpios = <&pio 69 GPIO_ACTIVE_LOW>;
59
linux,code = <SW_LID>;
60
linux,input-type = <EV_SW>;
61
- gpio-key,wakeup;
+ wakeup-source;
62
};
63
64
switch-power {
65
label = "Power";
66
gpios = <&pio 14 GPIO_ACTIVE_HIGH>;
67
linux,code = <KEY_POWER>;
68
debounce-interval = <30>;
69
70
71
72
switch-tablet-mode {
73
label = "Tablet_mode";
74
gpios = <&pio 121 GPIO_ACTIVE_HIGH>;
75
linux,code = <SW_TABLET_MODE>;
76
77
78
79
80
switch-volume-down {
0 commit comments