devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller
@ 2013-09-19 19:11 Nishanth Menon
  2013-10-08 15:43 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2013-09-19 19:11 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Nishanth Menon

This allows the palmas pm_power_off to kick in on power off command
and switch off the board.

Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
---
Based on: (benoit's for_3.13/dts branch)
https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/log/?h=for_3.13/dts
This uses the support introduced by:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b81eec09a484c588ead035003ce7555ca8a9963a

 arch/arm/boot/dts/omap5-uevm.dts |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index da25a14..8227386 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -271,6 +271,7 @@
 		reg = <0x48>;
 		interrupt-controller;
 		#interrupt-cells = <2>;
+		ti,system-power-controller;
 
 		extcon_usb3: palmas_usb {
 			compatible = "ti,palmas-usb-vid";
-- 
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

* Re: [PATCH] ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller
  2013-09-19 19:11 [PATCH] ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller Nishanth Menon
@ 2013-10-08 15:43 ` Nishanth Menon
  2013-10-08 22:40   ` Benoit Cousson
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2013-10-08 15:43 UTC (permalink / raw)
  To: Nishanth Menon, Benoît Cousson, Tony Lindgren
  Cc: linux-omap, devicetree, linux-arm-kernel

On 09/19/2013 02:11 PM, Nishanth Menon wrote:
> This allows the palmas pm_power_off to kick in on power off command
> and switch off the board.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> Based on: (benoit's for_3.13/dts branch)
> https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/log/?h=for_3.13/dts
> This uses the support introduced by:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b81eec09a484c588ead035003ce7555ca8a9963a
> 
>  arch/arm/boot/dts/omap5-uevm.dts |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
> index da25a14..8227386 100644
> --- a/arch/arm/boot/dts/omap5-uevm.dts
> +++ b/arch/arm/boot/dts/omap5-uevm.dts
> @@ -271,6 +271,7 @@
>  		reg = <0x48>;
>  		interrupt-controller;
>  		#interrupt-cells = <2>;
> +		ti,system-power-controller;
>  
>  		extcon_usb3: palmas_usb {
>  			compatible = "ti,palmas-usb-vid";
> 
Gentle ping.
patchworks link: https://patchwork.kernel.org/patch/2913111/

-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller
  2013-10-08 15:43 ` Nishanth Menon
@ 2013-10-08 22:40   ` Benoit Cousson
  0 siblings, 0 replies; 3+ messages in thread
From: Benoit Cousson @ 2013-10-08 22:40 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: Tony Lindgren, linux-omap, devicetree, linux-arm-kernel

Hi Nishanth,

On 08/10/2013 17:43, Nishanth Menon wrote:
> On 09/19/2013 02:11 PM, Nishanth Menon wrote:
>> This allows the palmas pm_power_off to kick in on power off command
>> and switch off the board.
>>
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>> Based on: (benoit's for_3.13/dts branch)
>> https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/log/?h=for_3.13/dts
>> This uses the support introduced by:
>> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b81eec09a484c588ead035003ce7555ca8a9963a
>>
>>   arch/arm/boot/dts/omap5-uevm.dts |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
>> index da25a14..8227386 100644
>> --- a/arch/arm/boot/dts/omap5-uevm.dts
>> +++ b/arch/arm/boot/dts/omap5-uevm.dts
>> @@ -271,6 +271,7 @@
>>   		reg = <0x48>;
>>   		interrupt-controller;
>>   		#interrupt-cells = <2>;
>> +		ti,system-power-controller;
>>
>>   		extcon_usb3: palmas_usb {
>>   			compatible = "ti,palmas-usb-vid";
>>
> Gentle ping.
> patchworks link: https://patchwork.kernel.org/patch/2913111/

I've just applied it and pushed it to my branch.

Thanks,
Benoit


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-08 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19 19:11 [PATCH] ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller Nishanth Menon
2013-10-08 15:43 ` Nishanth Menon
2013-10-08 22:40   ` Benoit Cousson

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).