aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2016-11-14 10:44:07 -0500
committerTony Lindgren <tony@atomide.com>2016-11-17 10:45:52 -0500
commit66579e29f7aba7c72146e608efe08c08ea1dc934 (patch)
tree2a078a894d6003800c81c129a0ca7f85e725e511
parent7e2f8c0ae670327cbe0348ad2f3df7d9a55a8e5d (diff)
ARM: dts: omap5: 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 further copy-paste duplication. Cc: "BenoƮt Cousson" <bcousson@baylibre.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap5-uevm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index 2fcdc516da45..a8c72611fbe3 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -41,7 +41,7 @@
41 label = "BTN1"; 41 label = "BTN1";
42 linux,code = <169>; 42 linux,code = <169>;
43 gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */ 43 gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */
44 gpio-key,wakeup; 44 wakeup-source;
45 autorepeat; 45 autorepeat;
46 debounce_interval = <50>; 46 debounce_interval = <50>;
47 }; 47 };