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: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Sudeep Holla 2015-10-21 11:10:15 +01:00 committed by Linus Walleij
parent c80b4010d7
commit 506822eaf1
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ tc3589x_keypad {
keypad,num-columns = <8>;
keypad,num-rows = <8>;
linux,no-autorepeat;
linux,wakeup;
wakeup-source;
linux,keymap = <0x0301006b
0x04010066
0x06040072

View File

@ -163,7 +163,7 @@ user-button {
label = "user_button";
gpios = <&gpio0 3 0x1>;
linux,code = <1>; /* KEY_ESC */
gpio-key,wakeup;
wakeup-source;
pinctrl-names = "default";
pinctrl-0 = <&user_button_default_mode>;
};