From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Tue, 15 Nov 2016 08:13:18 +0800 Subject: [PATCH] ARM: dts: imx6q: replace gpio-key,wakeup with wakeup-source for Utilite Pro In-Reply-To: <1479138250-17780-3-git-send-email-sudeep.holla@arm.com> References: <1479138250-17780-3-git-send-email-sudeep.holla@arm.com> Message-ID: <20161115001317.GQ3310@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Nov 14, 2016 at 03:44:09PM +0000, Sudeep Holla wrote: > 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: Shawn Guo > Cc: Sascha Hauer > Cc: Fabio Estevam > Signed-off-by: Sudeep Holla Applied, thanks.