diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2016-02-09 16:44:59 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-24 21:20:26 +0100 |
commit | a6b1786897b8551a2c7211c3c9278d8b05a2ad05 (patch) | |
tree | 0972d63efc376640e7dbfb74597638c2acb4a427 /arch/arm/boot/dts/spear1310-evb.dts | |
parent | Merge tag 'mvebu-dt-4.6-1' of git://git.infradead.org/linux-mvebu into next/dt (diff) | |
download | linux-a6b1786897b8551a2c7211c3c9278d8b05a2ad05.tar.xz linux-a6b1786897b8551a2c7211c3c9278d8b05a2ad05.zip |
ARM: dts: spear: replace gpio-key,wakeup with wakeup-source property
Keyboard driver for GPIO buttons(gpio-keys) checks for the legacy
"gpio-key,wakeup" boolean property to enable gpio buttons as wakeup
source.
Few dts files assign value "1" to gpio-key,wakeup which is incorrect.
Since the presence of the boolean property indicates it is enabled,
value of "0" or "1" have no significance.
This patch replaces the legacy "gpio-key,wakeup" with the unified
"wakeup-source" property which inturn fixes the above mentioned issue.
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/spear1310-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/spear1310-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts index e48857249ce7..84101e4eebbf 100644 --- a/arch/arm/boot/dts/spear1310-evb.dts +++ b/arch/arm/boot/dts/spear1310-evb.dts @@ -161,7 +161,7 @@ linux,code = <0x100>; gpios = <&gpio0 7 0x4>; debounce-interval = <20>; - gpio-key,wakeup = <1>; + wakeup-source; }; }; |