linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: DTS: N950/N9: add twl_power
@ 2014-12-26 20:09 Aaro Koskinen
  2015-01-08  0:11 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Aaro Koskinen @ 2014-12-26 20:09 UTC (permalink / raw)
  To: linux-arm-kernel

Add twl_power for N950/N9. Start with the simplest configuration to just
enable power off.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
---
 arch/arm/boot/dts/omap3-n950-n9.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi
index 1e49dfe..c41db94 100644
--- a/arch/arm/boot/dts/omap3-n950-n9.dtsi
+++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi
@@ -60,6 +60,11 @@
 
 &twl {
 	compatible = "ti,twl5031";
+
+	twl_power: power {
+		compatible = "ti,twl4030-power";
+		ti,use_poweroff;
+	};
 };
 
 &twl_gpio {
-- 
2.2.0

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

* [PATCH] ARM: OMAP: DTS: N950/N9: add twl_power
  2014-12-26 20:09 [PATCH] ARM: OMAP: DTS: N950/N9: add twl_power Aaro Koskinen
@ 2015-01-08  0:11 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2015-01-08  0:11 UTC (permalink / raw)
  To: linux-arm-kernel

* Aaro Koskinen <aaro.koskinen@iki.fi> [141226 12:12]:
> Add twl_power for N950/N9. Start with the simplest configuration to just
> enable power off.
> 
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>

Applying into omap-for-v3.20/dt thanks.

Tony

> ---
>  arch/arm/boot/dts/omap3-n950-n9.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi
> index 1e49dfe..c41db94 100644
> --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi
> +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi
> @@ -60,6 +60,11 @@
>  
>  &twl {
>  	compatible = "ti,twl5031";
> +
> +	twl_power: power {
> +		compatible = "ti,twl4030-power";
> +		ti,use_poweroff;
> +	};
>  };
>  
>  &twl_gpio {
> -- 
> 2.2.0
> 

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

end of thread, other threads:[~2015-01-08  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 20:09 [PATCH] ARM: OMAP: DTS: N950/N9: add twl_power Aaro Koskinen
2015-01-08  0:11 ` 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).