* Sudeep Holla <sudeep.holla@xxxxxxx> [161114 07:44]: > 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@xxxxxxxxxxxx> > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > arch/arm/boot/dts/omap5-uevm.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Hi, > > Inspite of getting rid of most of the legacy property almost a year ago, > addition of new platforms have brought this back and over time it's > now found again in few places. Just get rid of them *again* Thanks for the annual check up :) Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> Please let me know if you want me to pick this up instead. > 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 @@ > label = "BTN1"; > linux,code = <169>; > gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */ > - gpio-key,wakeup; > + wakeup-source; > autorepeat; > debounce_interval = <50>; > }; > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html