diff options
author | Sudeep Holla <Sudeep.Holla@arm.com> | 2015-10-21 12:10:11 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-23 02:16:46 +0200 |
commit | 0cc16889e77a95568806b1e45af104f75547eac9 (patch) | |
tree | 66c4456d652e87b91af1dcf8bc8a8ff6a20275c3 /arch/arm/boot/dts/sh73a0-kzm9g.dts | |
parent | ARM: shmobile: silk: add SDHI1 DT support (diff) | |
download | linux-0cc16889e77a95568806b1e45af104f75547eac9.tar.xz linux-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/sh73a0-kzm9g.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts index 7fc5602810ad..aa8bae3b8fcf 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts @@ -147,7 +147,7 @@ gpios = <&pcf8575 14 GPIO_ACTIVE_LOW>; linux,code = <KEY_HOME>; label = "SW1"; - gpio-key,wakeup; + wakeup-source; }; }; |