* [PATCH] ARM: dts: omap5-uevm: Add Palmas power button support [not found] <omap5uevm_palmas> @ 2015-07-20 21:07 ` Aparna Balasubramanian [not found] ` <1437426451-27372-1-git-send-email-aparnab-l0cyMroinI0@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Aparna Balasubramanian @ 2015-07-20 21:07 UTC (permalink / raw) To: tony-4v6yS6AI5VpBDgjK7y7TUQ Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-omap-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, Aparna Balasubramanian Palmas on OMAP5uevm has support for power button, so enable it. Signed-off-by: Aparna Balasubramanian <aparnab-l0cyMroinI0@public.gmane.org> --- Based on kernel tag 4.2.0-rc1 and test result log is at http://pastebin.ubuntu.com/11910178/ arch/arm/boot/dts/omap5-uevm.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 275618f..3cc8f35 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -510,6 +510,13 @@ }; }; }; + + palmas_power_button: palmas_power_button { + compatible = "ti,palmas-pwrbutton"; + interrupt-parent = <&palmas>; + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; + wakeup-source; + }; }; twl6040: twl@4b { -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1437426451-27372-1-git-send-email-aparnab-l0cyMroinI0@public.gmane.org>]
* Re: [PATCH] ARM: dts: omap5-uevm: Add Palmas power button support [not found] ` <1437426451-27372-1-git-send-email-aparnab-l0cyMroinI0@public.gmane.org> @ 2015-07-20 20:58 ` Nishanth Menon [not found] ` <55AD60E5.60301-l0cyMroinI0@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Nishanth Menon @ 2015-07-20 20:58 UTC (permalink / raw) To: Aparna Balasubramanian, tony-4v6yS6AI5VpBDgjK7y7TUQ Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-omap-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA On 07/20/2015 04:07 PM, Aparna Balasubramanian wrote: > Palmas on OMAP5uevm has support for power button, so enable it. > > Signed-off-by: Aparna Balasubramanian <aparnab-l0cyMroinI0@public.gmane.org> > --- > > Based on kernel tag 4.2.0-rc1 and test result log is at > http://pastebin.ubuntu.com/11910178/ > > arch/arm/boot/dts/omap5-uevm.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index 275618f..3cc8f35 100644 > --- a/arch/arm/boot/dts/omap5-uevm.dts > +++ b/arch/arm/boot/dts/omap5-uevm.dts > @@ -510,6 +510,13 @@ > }; > }; > }; > + > + palmas_power_button: palmas_power_button { > + compatible = "ti,palmas-pwrbutton"; > + interrupt-parent = <&palmas>; > + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; > + wakeup-source; > + }; > }; > > twl6040: twl@4b { > Tested (with evtest) and verified on v4.2-rc3 Acked-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> -- Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <55AD60E5.60301-l0cyMroinI0@public.gmane.org>]
* Re: [PATCH] ARM: dts: omap5-uevm: Add Palmas power button support [not found] ` <55AD60E5.60301-l0cyMroinI0@public.gmane.org> @ 2015-07-21 11:04 ` Tony Lindgren 0 siblings, 0 replies; 3+ messages in thread From: Tony Lindgren @ 2015-07-21 11:04 UTC (permalink / raw) To: Nishanth Menon Cc: Aparna Balasubramanian, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-omap-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA * Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> [150720 14:00]: > On 07/20/2015 04:07 PM, Aparna Balasubramanian wrote: > > Palmas on OMAP5uevm has support for power button, so enable it. > > > > Signed-off-by: Aparna Balasubramanian <aparnab-l0cyMroinI0@public.gmane.org> > > --- > > > > Based on kernel tag 4.2.0-rc1 and test result log is at > > http://pastebin.ubuntu.com/11910178/ > > > > arch/arm/boot/dts/omap5-uevm.dts | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > > index 275618f..3cc8f35 100644 > > --- a/arch/arm/boot/dts/omap5-uevm.dts > > +++ b/arch/arm/boot/dts/omap5-uevm.dts > > @@ -510,6 +510,13 @@ > > }; > > }; > > }; > > + > > + palmas_power_button: palmas_power_button { > > + compatible = "ti,palmas-pwrbutton"; > > + interrupt-parent = <&palmas>; > > + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; > > + wakeup-source; > > + }; > > }; > > > > twl6040: twl@4b { > > > > Tested (with evtest) and verified on v4.2-rc3 > > Acked-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> Applying into omap-for-v4.3/dt thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-21 11:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <omap5uevm_palmas>
2015-07-20 21:07 ` [PATCH] ARM: dts: omap5-uevm: Add Palmas power button support Aparna Balasubramanian
[not found] ` <1437426451-27372-1-git-send-email-aparnab-l0cyMroinI0@public.gmane.org>
2015-07-20 20:58 ` Nishanth Menon
[not found] ` <55AD60E5.60301-l0cyMroinI0@public.gmane.org>
2015-07-21 11:04 ` Tony Lindgren
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).