diff options
author | Sudeep Holla <Sudeep.Holla@arm.com> | 2015-10-21 11:10:11 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-23 09:16:46 +0900 |
commit | 0cc16889e77a95568806b1e45af104f75547eac9 (patch) | |
tree | 66c4456d652e87b91af1dcf8bc8a8ff6a20275c3 /arch/arm/boot/dts/r8a7740-armadillo800eva.dts | |
parent | 761b11e141366743a5c179a0f94c237d0ba9667c (diff) | |
download | lwn-0cc16889e77a95568806b1e45af104f75547eac9.tar.gz lwn-0cc16889e77a95568806b1e45af104f75547eac9.zip |
ARM: dts: shmobile/r8a7xxx: replace gpio-key, wakeup with wakeup-source property
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to
check for/support the legacy "gpio-key,wakeup" boolean property to
enable gpio buttons as wakeup source, "wakeup-source" is the new
standard binding.
This patch replaces the legacy "gpio-key,wakeup" with the unified
"wakeup-source" property in order to avoid any futher copy-paste
duplication.
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts index 105d9c95de4a..78a21f2828df 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts @@ -85,7 +85,7 @@ gpios = <&pfc 99 GPIO_ACTIVE_LOW>; linux,code = <KEY_POWER>; label = "SW3"; - gpio-key,wakeup; + wakeup-source; }; back-key { |