linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
@ 2017-04-13  4:51 Keerthy
  2017-04-14 14:21 ` Tony Lindgren
  2017-05-16 15:06 ` Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Keerthy @ 2017-04-13  4:51 UTC (permalink / raw)
  To: tony
  Cc: j-keerthy, robh+dt, mark.rutland, devicetree, linux-kernel,
	linux-omap, t-kristo

Add power hold and power controller properties to palmas node.
This is needed to shutdown pmic correctly on boards with
powerhold set.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 4bc4b57..31a9e06 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -204,6 +204,8 @@
 	tps659038: tps659038@58 {
 		compatible = "ti,tps659038";
 		reg = <0x58>;
+		ti,palmas-override-powerhold;
+		ti,system-power-controller;
 
 		tps659038_pmic {
 			compatible = "ti,tps659038-pmic";
-- 
1.9.1

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

* Re: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
  2017-04-13  4:51 [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas Keerthy
@ 2017-04-14 14:21 ` Tony Lindgren
  2017-04-17  6:15   ` Keerthy
  2017-05-16 15:06 ` Tony Lindgren
  1 sibling, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2017-04-14 14:21 UTC (permalink / raw)
  To: Keerthy
  Cc: robh+dt, mark.rutland, devicetree, linux-kernel, linux-omap, t-kristo

* Keerthy <j-keerthy@ti.com> [170412 21:55]:
> Add power hold and power controller properties to palmas node.
> This is needed to shutdown pmic correctly on boards with
> powerhold set.

Is this OK to wait for v4.12 or is this needed as a fix for
the -rc series?

Regards,

Tony

> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
>  arch/arm/boot/dts/dra7-evm.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index 4bc4b57..31a9e06 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -204,6 +204,8 @@
>  	tps659038: tps659038@58 {
>  		compatible = "ti,tps659038";
>  		reg = <0x58>;
> +		ti,palmas-override-powerhold;
> +		ti,system-power-controller;
>  
>  		tps659038_pmic {
>  			compatible = "ti,tps659038-pmic";
> -- 
> 1.9.1
> 

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

* Re: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
  2017-04-14 14:21 ` Tony Lindgren
@ 2017-04-17  6:15   ` Keerthy
  0 siblings, 0 replies; 4+ messages in thread
From: Keerthy @ 2017-04-17  6:15 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: robh+dt, mark.rutland, devicetree, linux-kernel, linux-omap, t-kristo



On Friday 14 April 2017 07:51 PM, Tony Lindgren wrote:
> * Keerthy <j-keerthy@ti.com> [170412 21:55]:
>> Add power hold and power controller properties to palmas node.
>> This is needed to shutdown pmic correctly on boards with
>> powerhold set.
> 
> Is this OK to wait for v4.12 or is this needed as a fix for
> the -rc series?

Can wait for v4.12.

> 
> Regards,
> 
> Tony
> 
>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>> ---
>>  arch/arm/boot/dts/dra7-evm.dts | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
>> index 4bc4b57..31a9e06 100644
>> --- a/arch/arm/boot/dts/dra7-evm.dts
>> +++ b/arch/arm/boot/dts/dra7-evm.dts
>> @@ -204,6 +204,8 @@
>>  	tps659038: tps659038@58 {
>>  		compatible = "ti,tps659038";
>>  		reg = <0x58>;
>> +		ti,palmas-override-powerhold;
>> +		ti,system-power-controller;
>>  
>>  		tps659038_pmic {
>>  			compatible = "ti,tps659038-pmic";
>> -- 
>> 1.9.1
>>

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

* Re: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
  2017-04-13  4:51 [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas Keerthy
  2017-04-14 14:21 ` Tony Lindgren
@ 2017-05-16 15:06 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2017-05-16 15:06 UTC (permalink / raw)
  To: Keerthy
  Cc: robh+dt, mark.rutland, devicetree, linux-kernel, linux-omap, t-kristo

* Keerthy <j-keerthy@ti.com> [170412 21:55]:
> Add power hold and power controller properties to palmas node.
> This is needed to shutdown pmic correctly on boards with
> powerhold set.

Applying into omap-for-v4.12/fixes.

Thanks,

Tony

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

end of thread, other threads:[~2017-05-16 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  4:51 [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas Keerthy
2017-04-14 14:21 ` Tony Lindgren
2017-04-17  6:15   ` Keerthy
2017-05-16 15:06 ` 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).