Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1622715 > unrolled thread

[PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas

Started byKeerthy <j-keerthy@ti.com>
First post2017-04-13 07:00 +0200
Last post2017-04-17 08:20 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas Keerthy <j-keerthy@ti.com> - 2017-04-13 07:00 +0200
    Re: [PATCH] ARM: dts: dra7: Add power hold and power controller  properties to palmas Tony Lindgren <tony@atomide.com> - 2017-04-14 16:30 +0200
      Re: [PATCH] ARM: dts: dra7: Add power hold and power controller  properties to palmas Keerthy <j-keerthy@ti.com> - 2017-04-17 08:20 +0200

#1622715 — [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas

FromKeerthy <j-keerthy@ti.com>
Date2017-04-13 07:00 +0200
Subject[PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
Message-ID<tvF1n-6go-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1623686 — Re: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas

FromTony Lindgren <tony@atomide.com>
Date2017-04-14 16:30 +0200
SubjectRe: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
Message-ID<twaox-29o-7@gated-at.bofh.it>
In reply to#1622715
* 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
> 

[toc] | [prev] | [next] | [standalone]


#1624569 — Re: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas

FromKeerthy <j-keerthy@ti.com>
Date2017-04-17 08:20 +0200
SubjectRe: [PATCH] ARM: dts: dra7: Add power hold and power controller properties to palmas
Message-ID<tx8aZ-5Hj-3@gated-at.bofh.it>
In reply to#1623686

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web