Commit 0c4d63b3 authored by Sudeep Holla's avatar Sudeep Holla Committed by Tony Lindgren

ARM: dts: omap: replace legacy *,wakeup property with wakeup-source

Though the keyboard and other driver will continue to support the legacy
"gpio-key,wakeup", "linux,wakeup" boolean property to enable the wakeup
source, "wakeup-source" is the new standard binding.

This patch replaces all the legacy wakeup properties with the unified
"wakeup-source" property in order to avoid any futher copy-paste
duplication.

Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3efda001
...@@ -23,28 +23,28 @@ sysboot2 { ...@@ -23,28 +23,28 @@ sysboot2 {
label = "sysboot2"; label = "sysboot2";
gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; /* gpio2 */ gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; /* gpio2 */
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpio-key,wakeup; wakeup-source;
}; };
sysboot5 { sysboot5 {
label = "sysboot5"; label = "sysboot5";
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; /* gpio7 */ gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; /* gpio7 */
linux,code = <BTN_1>; linux,code = <BTN_1>;
gpio-key,wakeup; wakeup-source;
}; };
gpio1 { gpio1 {
label = "gpio1"; label = "gpio1";
gpios = <&gpio6 21 GPIO_ACTIVE_LOW>; /* gpio181 */ gpios = <&gpio6 21 GPIO_ACTIVE_LOW>; /* gpio181 */
linux,code = <BTN_2>; linux,code = <BTN_2>;
gpio-key,wakeup; wakeup-source;
}; };
gpio2 { gpio2 {
label = "gpio2"; label = "gpio2";
gpios = <&gpio6 18 GPIO_ACTIVE_LOW>; /* gpio178 */ gpios = <&gpio6 18 GPIO_ACTIVE_LOW>; /* gpio178 */
linux,code = <BTN_3>; linux,code = <BTN_3>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -69,7 +69,7 @@ user { ...@@ -69,7 +69,7 @@ user {
label = "user"; label = "user";
gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
linux,code = <0x114>; linux,code = <0x114>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -80,7 +80,7 @@ user { ...@@ -80,7 +80,7 @@ user {
label = "user"; label = "user";
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
linux,code = <0x114>; linux,code = <0x114>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -238,7 +238,7 @@ ads7846@0 { ...@@ -238,7 +238,7 @@ ads7846@0 {
ti,debounce-tol = /bits/ 16 <10>; ti,debounce-tol = /bits/ 16 <10>;
ti,debounce-rep = /bits/ 16 <1>; ti,debounce-rep = /bits/ 16 <1>;
linux,wakeup; wakeup-source;
}; };
}; };
......
...@@ -64,7 +64,7 @@ user { ...@@ -64,7 +64,7 @@ user {
label = "user"; label = "user";
gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
linux,code = <BTN_EXTRA>; linux,code = <BTN_EXTRA>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -68,6 +68,6 @@ ads7846@0 { ...@@ -68,6 +68,6 @@ ads7846@0 {
ti,keep-vref-on = <1>; ti,keep-vref-on = <1>;
ti,settle-delay-usec = /bits/ 16 <150>; ti,settle-delay-usec = /bits/ 16 <150>;
linux,wakeup; wakeup-source;
}; };
}; };
...@@ -37,7 +37,7 @@ aux-button { ...@@ -37,7 +37,7 @@ aux-button {
label = "aux"; label = "aux";
linux,code = <169>; linux,code = <169>;
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -35,63 +35,63 @@ key_enter { ...@@ -35,63 +35,63 @@ key_enter {
label = "enter"; label = "enter";
gpios = <&gpio4 5 GPIO_ACTIVE_LOW>; /* gpio101 */ gpios = <&gpio4 5 GPIO_ACTIVE_LOW>; /* gpio101 */
linux,code = <KEY_ENTER>; linux,code = <KEY_ENTER>;
gpio-key,wakeup; wakeup-source;
}; };
key_f1 { key_f1 {
label = "f1"; label = "f1";
gpios = <&gpio4 6 GPIO_ACTIVE_LOW>; /* gpio102 */ gpios = <&gpio4 6 GPIO_ACTIVE_LOW>; /* gpio102 */
linux,code = <KEY_F1>; linux,code = <KEY_F1>;
gpio-key,wakeup; wakeup-source;
}; };
key_f2 { key_f2 {
label = "f2"; label = "f2";
gpios = <&gpio4 7 GPIO_ACTIVE_LOW>; /* gpio103 */ gpios = <&gpio4 7 GPIO_ACTIVE_LOW>; /* gpio103 */
linux,code = <KEY_F2>; linux,code = <KEY_F2>;
gpio-key,wakeup; wakeup-source;
}; };
key_f3 { key_f3 {
label = "f3"; label = "f3";
gpios = <&gpio4 8 GPIO_ACTIVE_LOW>; /* gpio104 */ gpios = <&gpio4 8 GPIO_ACTIVE_LOW>; /* gpio104 */
linux,code = <KEY_F3>; linux,code = <KEY_F3>;
gpio-key,wakeup; wakeup-source;
}; };
key_f4 { key_f4 {
label = "f4"; label = "f4";
gpios = <&gpio4 9 GPIO_ACTIVE_LOW>; /* gpio105 */ gpios = <&gpio4 9 GPIO_ACTIVE_LOW>; /* gpio105 */
linux,code = <KEY_F4>; linux,code = <KEY_F4>;
gpio-key,wakeup; wakeup-source;
}; };
key_left { key_left {
label = "left"; label = "left";
gpios = <&gpio4 10 GPIO_ACTIVE_LOW>; /* gpio106 */ gpios = <&gpio4 10 GPIO_ACTIVE_LOW>; /* gpio106 */
linux,code = <KEY_LEFT>; linux,code = <KEY_LEFT>;
gpio-key,wakeup; wakeup-source;
}; };
key_right { key_right {
label = "right"; label = "right";
gpios = <&gpio4 11 GPIO_ACTIVE_LOW>; /* gpio107 */ gpios = <&gpio4 11 GPIO_ACTIVE_LOW>; /* gpio107 */
linux,code = <KEY_RIGHT>; linux,code = <KEY_RIGHT>;
gpio-key,wakeup; wakeup-source;
}; };
key_up { key_up {
label = "up"; label = "up";
gpios = <&gpio4 12 GPIO_ACTIVE_LOW>; /* gpio108 */ gpios = <&gpio4 12 GPIO_ACTIVE_LOW>; /* gpio108 */
linux,code = <KEY_UP>; linux,code = <KEY_UP>;
gpio-key,wakeup; wakeup-source;
}; };
key_down { key_down {
label = "down"; label = "down";
gpios = <&gpio4 13 GPIO_ACTIVE_LOW>; /* gpio109 */ gpios = <&gpio4 13 GPIO_ACTIVE_LOW>; /* gpio109 */
linux,code = <KEY_DOWN>; linux,code = <KEY_DOWN>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
}; };
......
...@@ -327,7 +327,7 @@ tsc2046@0 { ...@@ -327,7 +327,7 @@ tsc2046@0 {
ti,pressure-max = /bits/ 16 <255>; ti,pressure-max = /bits/ 16 <255>;
ti,swap-xy; ti,swap-xy;
linux,wakeup; wakeup-source;
}; };
}; };
......
...@@ -67,28 +67,28 @@ camera_lens_cover { ...@@ -67,28 +67,28 @@ camera_lens_cover {
gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* 110 */ gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* 110 */
linux,input-type = <5>; /* EV_SW */ linux,input-type = <5>; /* EV_SW */
linux,code = <0x09>; /* SW_CAMERA_LENS_COVER */ linux,code = <0x09>; /* SW_CAMERA_LENS_COVER */
gpio-key,wakeup; wakeup-source;
}; };
camera_focus { camera_focus {
label = "Camera Focus"; label = "Camera Focus";
gpios = <&gpio3 4 GPIO_ACTIVE_LOW>; /* 68 */ gpios = <&gpio3 4 GPIO_ACTIVE_LOW>; /* 68 */
linux,code = <0x210>; /* KEY_CAMERA_FOCUS */ linux,code = <0x210>; /* KEY_CAMERA_FOCUS */
gpio-key,wakeup; wakeup-source;
}; };
camera_capture { camera_capture {
label = "Camera Capture"; label = "Camera Capture";
gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */ gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */
linux,code = <0xd4>; /* KEY_CAMERA */ linux,code = <0xd4>; /* KEY_CAMERA */
gpio-key,wakeup; wakeup-source;
}; };
lock_button { lock_button {
label = "Lock Button"; label = "Lock Button";
gpios = <&gpio4 17 GPIO_ACTIVE_LOW>; /* 113 */ gpios = <&gpio4 17 GPIO_ACTIVE_LOW>; /* 113 */
linux,code = <0x98>; /* KEY_SCREENLOCK */ linux,code = <0x98>; /* KEY_SCREENLOCK */
gpio-key,wakeup; wakeup-source;
}; };
keypad_slide { keypad_slide {
...@@ -96,7 +96,7 @@ keypad_slide { ...@@ -96,7 +96,7 @@ keypad_slide {
gpios = <&gpio3 7 GPIO_ACTIVE_LOW>; /* 71 */ gpios = <&gpio3 7 GPIO_ACTIVE_LOW>; /* 71 */
linux,input-type = <5>; /* EV_SW */ linux,input-type = <5>; /* EV_SW */
linux,code = <0x0a>; /* SW_KEYPAD_SLIDE */ linux,code = <0x0a>; /* SW_KEYPAD_SLIDE */
gpio-key,wakeup; wakeup-source;
}; };
proximity_sensor { proximity_sensor {
......
...@@ -48,7 +48,7 @@ button0@10 { ...@@ -48,7 +48,7 @@ button0@10 {
label = "button0"; label = "button0";
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* gpio_10 */ gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* gpio_10 */
gpio-key,wakeup; wakeup-source;
}; };
}; };
}; };
......
...@@ -41,13 +41,13 @@ button0@23 { ...@@ -41,13 +41,13 @@ button0@23 {
label = "button0"; label = "button0";
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */
gpio-key,wakeup; wakeup-source;
}; };
button1@14 { button1@14 {
label = "button1"; label = "button1";
linux,code = <BTN_1>; linux,code = <BTN_1>;
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */ gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
gpio-key,wakeup; wakeup-source;
}; };
}; };
}; };
......
...@@ -161,6 +161,6 @@ ads7846@0 { ...@@ -161,6 +161,6 @@ ads7846@0 {
ti,x-plate-ohms = /bits/ 16 <180>; ti,x-plate-ohms = /bits/ 16 <180>;
ti,pressure-max = /bits/ 16 <255>; ti,pressure-max = /bits/ 16 <255>;
linux,wakeup; wakeup-source;
}; };
}; };
...@@ -172,7 +172,7 @@ ads7846@0 { ...@@ -172,7 +172,7 @@ ads7846@0 {
ti,x-plate-ohms = /bits/ 16 <180>; ti,x-plate-ohms = /bits/ 16 <180>;
ti,pressure-max = /bits/ 16 <255>; ti,pressure-max = /bits/ 16 <255>;
linux,wakeup; wakeup-source;
}; };
}; };
...@@ -41,13 +41,13 @@ button0@23 { ...@@ -41,13 +41,13 @@ button0@23 {
label = "button0"; label = "button0";
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */
gpio-key,wakeup; wakeup-source;
}; };
button1@14 { button1@14 {
label = "button1"; label = "button1";
linux,code = <BTN_1>; linux,code = <BTN_1>;
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */ gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
gpio-key,wakeup; wakeup-source;
}; };
}; };
}; };
......
...@@ -41,13 +41,13 @@ button0@23 { ...@@ -41,13 +41,13 @@ button0@23 {
label = "button0"; label = "button0";
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */
gpio-key,wakeup; wakeup-source;
}; };
button1@14 { button1@14 {
label = "button1"; label = "button1";
linux,code = <BTN_1>; linux,code = <BTN_1>;
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */ gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
gpio-key,wakeup; wakeup-source;
}; };
}; };
}; };
...@@ -41,13 +41,13 @@ button0@23 { ...@@ -41,13 +41,13 @@ button0@23 {
label = "button0"; label = "button0";
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */
gpio-key,wakeup; wakeup-source;
}; };
button1@14 { button1@14 {
label = "button1"; label = "button1";
linux,code = <BTN_1>; linux,code = <BTN_1>;
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */ gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
gpio-key,wakeup; wakeup-source;
}; };
}; };
}; };
......
...@@ -84,112 +84,112 @@ up-button { ...@@ -84,112 +84,112 @@ up-button {
label = "up"; label = "up";
linux,code = <KEY_UP>; linux,code = <KEY_UP>;
gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* GPIO_110 */ gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* GPIO_110 */
gpio-key,wakeup; wakeup-source;
}; };
down-button { down-button {
label = "down"; label = "down";
linux,code = <KEY_DOWN>; linux,code = <KEY_DOWN>;
gpios = <&gpio4 7 GPIO_ACTIVE_LOW>; /* GPIO_103 */ gpios = <&gpio4 7 GPIO_ACTIVE_LOW>; /* GPIO_103 */
gpio-key,wakeup; wakeup-source;
}; };
left-button { left-button {
label = "left"; label = "left";
linux,code = <KEY_LEFT>; linux,code = <KEY_LEFT>;
gpios = <&gpio4 0 GPIO_ACTIVE_LOW>; /* GPIO_96 */ gpios = <&gpio4 0 GPIO_ACTIVE_LOW>; /* GPIO_96 */
gpio-key,wakeup; wakeup-source;
}; };
right-button { right-button {
label = "right"; label = "right";
linux,code = <KEY_RIGHT>; linux,code = <KEY_RIGHT>;
gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; /* GPIO_98 */ gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; /* GPIO_98 */
gpio-key,wakeup; wakeup-source;
}; };
pageup-button { pageup-button {
label = "game 1"; label = "game 1";
linux,code = <KEY_PAGEUP>; linux,code = <KEY_PAGEUP>;
gpios = <&gpio4 13 GPIO_ACTIVE_LOW>; /* GPIO_109 */ gpios = <&gpio4 13 GPIO_ACTIVE_LOW>; /* GPIO_109 */
gpio-key,wakeup; wakeup-source;
}; };
pagedown-button { pagedown-button {
label = "game 3"; label = "game 3";
linux,code = <KEY_PAGEDOWN>; linux,code = <KEY_PAGEDOWN>;
gpios = <&gpio4 10 GPIO_ACTIVE_LOW>; /* GPIO_106 */ gpios = <&gpio4 10 GPIO_ACTIVE_LOW>; /* GPIO_106 */
gpio-key,wakeup; wakeup-source;
}; };
home-button { home-button {
label = "game 4"; label = "game 4";
linux,code = <KEY_HOME>; linux,code = <KEY_HOME>;
gpios = <&gpio4 5 GPIO_ACTIVE_LOW>; /* GPIO_101 */ gpios = <&gpio4 5 GPIO_ACTIVE_LOW>; /* GPIO_101 */
gpio-key,wakeup; wakeup-source;
}; };
end-button { end-button {
label = "game 2"; label = "game 2";
linux,code = <KEY_END>; linux,code = <KEY_END>;
gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* GPIO_111 */ gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* GPIO_111 */
gpio-key,wakeup; wakeup-source;
}; };
right-shift { right-shift {
label = "l"; label = "l";
linux,code = <KEY_RIGHTSHIFT>; linux,code = <KEY_RIGHTSHIFT>;
gpios = <&gpio4 6 GPIO_ACTIVE_LOW>; /* GPIO_102 */ gpios = <&gpio4 6 GPIO_ACTIVE_LOW>; /* GPIO_102 */
gpio-key,wakeup; wakeup-source;
}; };
kp-plus { kp-plus {
label = "l2"; label = "l2";
linux,code = <KEY_KPPLUS>; linux,code = <KEY_KPPLUS>;
gpios = <&gpio4 1 GPIO_ACTIVE_LOW>; /* GPIO_97 */ gpios = <&gpio4 1 GPIO_ACTIVE_LOW>; /* GPIO_97 */
gpio-key,wakeup; wakeup-source;
}; };
right-ctrl { right-ctrl {
label = "r"; label = "r";
linux,code = <KEY_RIGHTCTRL>; linux,code = <KEY_RIGHTCTRL>;
gpios = <&gpio4 9 GPIO_ACTIVE_LOW>; /* GPIO_105 */ gpios = <&gpio4 9 GPIO_ACTIVE_LOW>; /* GPIO_105 */
gpio-key,wakeup; wakeup-source;
}; };
kp-minus { kp-minus {
label = "r2"; label = "r2";
linux,code = <KEY_KPMINUS>; linux,code = <KEY_KPMINUS>;
gpios = <&gpio4 11 GPIO_ACTIVE_LOW>; /* GPIO_107 */ gpios = <&gpio4 11 GPIO_ACTIVE_LOW>; /* GPIO_107 */
gpio-key,wakeup; wakeup-source;
}; };
left-ctrl { left-ctrl {
label = "ctrl"; label = "ctrl";
linux,code = <KEY_LEFTCTRL>; linux,code = <KEY_LEFTCTRL>;
gpios = <&gpio4 8 GPIO_ACTIVE_LOW>; /* GPIO_104 */ gpios = <&gpio4 8 GPIO_ACTIVE_LOW>; /* GPIO_104 */
gpio-key,wakeup; wakeup-source;
}; };
menu { menu {
label = "menu"; label = "menu";
linux,code = <KEY_MENU>; linux,code = <KEY_MENU>;
gpios = <&gpio4 3 GPIO_ACTIVE_LOW>; /* GPIO_99 */ gpios = <&gpio4 3 GPIO_ACTIVE_LOW>; /* GPIO_99 */
gpio-key,wakeup; wakeup-source;
}; };
hold { hold {
label = "hold"; label = "hold";
linux,code = <KEY_COFFEE>; linux,code = <KEY_COFFEE>;
gpios = <&gpio6 16 GPIO_ACTIVE_LOW>; /* GPIO_176 */ gpios = <&gpio6 16 GPIO_ACTIVE_LOW>; /* GPIO_176 */
gpio-key,wakeup; wakeup-source;
}; };
left-alt { left-alt {
label = "alt"; label = "alt";
linux,code = <KEY_LEFTALT>; linux,code = <KEY_LEFTALT>;
gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>; /* GPIO_100 */ gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>; /* GPIO_100 */
gpio-key,wakeup; wakeup-source;
}; };
lid { lid {
...@@ -617,7 +617,7 @@ tsc2046@0 { ...@@ -617,7 +617,7 @@ tsc2046@0 {
ti,x-plate-ohms = /bits/ 16 <40>; ti,x-plate-ohms = /bits/ 16 <40>;
ti,pressure-max = /bits/ 16 <255>; ti,pressure-max = /bits/ 16 <255>;
linux,wakeup; wakeup-source;
}; };
lcd: lcd@1 { lcd: lcd@1 {
......
...@@ -66,6 +66,6 @@ tsc2046@0 { ...@@ -66,6 +66,6 @@ tsc2046@0 {
ti,x-plate-ohms = /bits/ 16 <40>; ti,x-plate-ohms = /bits/ 16 <40>;
ti,pressure-max = /bits/ 16 <255>; ti,pressure-max = /bits/ 16 <255>;
ti,swap-xy; ti,swap-xy;
linux,wakeup; wakeup-source;
}; };
}; };
...@@ -36,7 +36,7 @@ button0@121 { ...@@ -36,7 +36,7 @@ button0@121 {
label = "button0"; label = "button0";
linux,code = <BTN_0>; linux,code = <BTN_0>;
gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */ gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -41,7 +41,7 @@ user-key@184 { ...@@ -41,7 +41,7 @@ user-key@184 {
label = "user"; label = "user";
gpios = <&gpio6 24 GPIO_ACTIVE_HIGH>; /* gpio 184 */ gpios = <&gpio6 24 GPIO_ACTIVE_HIGH>; /* gpio 184 */
linux,code = <BTN_EXTRA>; linux,code = <BTN_EXTRA>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -359,7 +359,7 @@ ads7846@0 { ...@@ -359,7 +359,7 @@ ads7846@0 {
ti,debounce-tol = /bits/ 16 <10>; ti,debounce-tol = /bits/ 16 <10>;
ti,debounce-rep = /bits/ 16 <1>; ti,debounce-rep = /bits/ 16 <1>;
linux,wakeup; wakeup-source;
}; };
}; };
......
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