diff mbox

ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller

Message ID 1379617896-15213-1-git-send-email-nm@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Nishanth Menon Sept. 19, 2013, 7:11 p.m. UTC
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(+)

Comments

Nishanth Menon Oct. 8, 2013, 3:43 p.m. UTC | #1
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/
Benoit Cousson Oct. 8, 2013, 10:40 p.m. UTC | #2
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

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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