diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2015-10-21 11:10:06 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-17 09:51:48 -0800 |
commit | 3efda00129bdf8a09e640ba7d08f8c7f48f32db1 (patch) | |
tree | 5e4f7d545dcdf051978038b061f95685e8ec48b1 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | cce1ee000187c1584bf644406926aaffa1b2bc36 (diff) | |
download | lwn-3efda00129bdf8a09e640ba7d08f8c7f48f32db1.tar.gz lwn-3efda00129bdf8a09e640ba7d08f8c7f48f32db1.zip |
ARM: dts: am335x: 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.
Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 9609668919f1..282fe1b37095 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -123,7 +123,7 @@ label = "button2"; linux,code = <0x102>; gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; - gpio-key,wakeup; + wakeup-source; }; switch@4 { |