Re: [PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled

From: Tony Lindgren
Date: Fri Feb 12 2016 - 16:53:33 EST


* Ivaylo Dimitrov <ivo.g.dimitrov.75@xxxxxxxxx> [160110 09:47]:
> Add linux,can-disable; to all gpios exported from gpio-keys driver, so
> userspace can disable them
...
> --- a/arch/arm/boot/dts/omap3-n900.dts
> +++ b/arch/arm/boot/dts/omap3-n900.dts
> @@ -68,6 +68,7 @@
> linux,input-type = <EV_SW>;
> linux,code = <SW_CAMERA_LENS_COVER>;
> gpio-key,wakeup;
> + linux,can-disable;
> };
>
> camera_focus {

Looks like this no longer applies because of linux,can-disable
to wakeup-source changes. Can you please update against v4.5-rc
series and repost?

Thanks,

Tony