From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 19/19] ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property Date: Thu, 29 Oct 2015 09:56:59 +0100 Message-ID: <5631DF5B.5040208@xilinx.com> References: <1445422216-29375-1-git-send-email-sudeep.holla@arm.com> <1445422216-29375-20-git-send-email-sudeep.holla@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1445422216-29375-20-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sudeep Holla , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Michal Simek , =?UTF-8?Q?S=c3=b6ren_Brinkmann?= List-Id: devicetree@vger.kernel.org On 10/21/2015 12:10 PM, 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. >=20 > This patch replaces the legacy "gpio-key,wakeup" with the unified > "wakeup-source" property in order to avoid any futher copy-paste > duplication. >=20 > Cc: Michal Simek > Cc: "S=C3=B6ren Brinkmann" > Signed-off-by: Sudeep Holla > --- > arch/arm/boot/dts/zynq-zc702.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zyn= q-zc702.dts > index 5df8f81f4217..cb64209bca08 100644 > --- a/arch/arm/boot/dts/zynq-zc702.dts > +++ b/arch/arm/boot/dts/zynq-zc702.dts > @@ -43,14 +43,14 @@ > label =3D "sw14"; > gpios =3D <&gpio0 12 0>; > linux,code =3D <108>; /* down */ > - gpio-key,wakeup; > + wakeup-source; > autorepeat; > }; > sw13 { > label =3D "sw13"; > gpios =3D <&gpio0 14 0>; > linux,code =3D <103>; /* up */ > - gpio-key,wakeup; > + wakeup-source; > autorepeat; > }; > }; >=20 Applied to zynq/dt. Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html