Skip to content

Commit

Permalink
ARM: dts: omap5: replace gpio-key,wakeup with wakeup-source property
Browse files Browse the repository at this point in the history
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" <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
sudeep-holla authored and tmlind committed Nov 17, 2016
1 parent 7e2f8c0 commit 66579e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap5-uevm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
label = "BTN1";
linux,code = <169>;
gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */
gpio-key,wakeup;
wakeup-source;
autorepeat;
debounce_interval = <50>;
};
Expand Down

0 comments on commit 66579e2

Please sign in to comment.