From mboxrd@z Thu Jan 1 00:00:00 1970 From: michal.simek@xilinx.com (Michal Simek) Date: Mon, 5 Nov 2018 15:55:39 +0100 Subject: [PATCH v2] ARM: dts: replace gpio-key, wakeup with wakeup-source property In-Reply-To: <20181105144330.5zkg4qkacb6afpcm@localhost> References: <20181105134225.24146-1-sudeep.holla@arm.com> <20181105144330.5zkg4qkacb6afpcm@localhost> Message-ID: <4ec7815c-ee60-4c39-6d92-3d16c7c800e0@xilinx.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05. 11. 18 15:43, Olof Johansson wrote: > On Mon, Nov 05, 2018 at 01:42:25PM +0000, Sudeep Holla wrote: >> Most of the legacy "gpio-key,wakeup" and "enable-sdio-wakeup" boolean >> properties are already replaced with "wakeup-source". However few >> occurrences of old property has popped up again, probably from the >> remnants in downstream trees. Almost all of those were remove couple >> of years back. >> >> Replace those legacy properties with the unified "wakeup-source" >> property. >> >> Acked-by: Alexandre Belloni >> Acked-by: Peter Rosin >> Reviewed-by: Fabio Estevam >> Reviewed-by: Michal Simek >> Signed-off-by: Sudeep Holla >> --- >> arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 +- >> arch/arm/boot/dts/at91-wb45n.dts | 2 +- >> arch/arm/boot/dts/at91-wb50n.dts | 4 ++-- >> arch/arm/boot/dts/imx6q-pistachio.dts | 2 +- >> arch/arm/boot/dts/imx6sll-evk.dts | 2 +- >> arch/arm/boot/dts/zynq-zturn.dts | 2 +- >> 6 files changed, 7 insertions(+), 7 deletions(-) >> >> Hi ARM SoC Team, >> >> Though it's more a cleanup, I prefer if this can be pushed as fix >> to avoid more duplication in downstream as well as having to split into >> 3 different patches. > > Is there a reason you're not fixing up xilinx on arm64 while you're at it? Sort > of defeats the purpose of removing all usage of it. ZynqMP patch was sent separately. I have already taken to my tree and will send PR around rc4/5 timeframe. Thanks, Michal