linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap3-gta04: fix twl4030-power settings
@ 2020-12-01  7:46 Andreas Kemnade
  2020-12-01  8:13 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Kemnade @ 2020-12-01  7:46 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, linux-omap, devicetree, linux-kernel
  Cc: Andreas Kemnade

Things are wired up for powersaving, so lets use the corresponding
compatible and also update a deprecated property name.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index c8745bc800f7..cbe9ce739170 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -489,8 +489,8 @@
 		};
 
 		twl_power: power {
-			compatible = "ti,twl4030-power";
-			ti,use_poweroff;
+			compatible = "ti,twl4030-power-idle";
+			ti,system-power-controller;
 		};
 	};
 };
-- 
2.20.1


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

* Re: [PATCH] ARM: dts: omap3-gta04: fix twl4030-power settings
  2020-12-01  7:46 [PATCH] ARM: dts: omap3-gta04: fix twl4030-power settings Andreas Kemnade
@ 2020-12-01  8:13 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-12-01  8:13 UTC (permalink / raw)
  To: Andreas Kemnade; +Cc: bcousson, robh+dt, linux-omap, devicetree, linux-kernel

* Andreas Kemnade <andreas@kemnade.info> [201201 09:49]:
> Things are wired up for powersaving, so lets use the corresponding
> compatible and also update a deprecated property name.

Thanks applying into omap-for-v5.11/dt.

Tony

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

end of thread, other threads:[~2020-12-01  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  7:46 [PATCH] ARM: dts: omap3-gta04: fix twl4030-power settings Andreas Kemnade
2020-12-01  8:13 ` 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).