Commit 506822ea authored by Sudeep Holla's avatar Sudeep Holla Committed by Linus Walleij

ARM: ux500: 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.
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c80b4010
...@@ -66,7 +66,7 @@ tc3589x_keypad { ...@@ -66,7 +66,7 @@ tc3589x_keypad {
keypad,num-columns = <8>; keypad,num-columns = <8>;
keypad,num-rows = <8>; keypad,num-rows = <8>;
linux,no-autorepeat; linux,no-autorepeat;
linux,wakeup; wakeup-source;
linux,keymap = <0x0301006b linux,keymap = <0x0301006b
0x04010066 0x04010066
0x06040072 0x06040072
......
...@@ -163,7 +163,7 @@ user-button { ...@@ -163,7 +163,7 @@ user-button {
label = "user_button"; label = "user_button";
gpios = <&gpio0 3 0x1>; gpios = <&gpio0 3 0x1>;
linux,code = <1>; /* KEY_ESC */ linux,code = <1>; /* KEY_ESC */
gpio-key,wakeup; wakeup-source;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&user_button_default_mode>; pinctrl-0 = <&user_button_default_mode>;
}; };
......
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