* [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property
@ 2016-03-29 19:25 Paul Kocialkowski
2016-04-12 21:19 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Paul Kocialkowski @ 2016-03-29 19:25 UTC (permalink / raw)
To: linux-omap, linux-kernel; +Cc: Tony Lindgren, Paul Kocialkowski
This uses ti,system-power-controller instead of the deprecated ti,use_poweroff
property for powering off.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
arch/arm/boot/dts/omap3-sniper.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-sniper.dts b/arch/arm/boot/dts/omap3-sniper.dts
index 78a1184..0222a33 100644
--- a/arch/arm/boot/dts/omap3-sniper.dts
+++ b/arch/arm/boot/dts/omap3-sniper.dts
@@ -154,9 +154,9 @@
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>;
- power {
+ twl_power: power {
compatible = "ti,twl4030-power";
- ti,use_poweroff;
+ ti,system-power-controller;
};
};
};
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property
2016-03-29 19:28 [PATCH 0/5] Amazon Kindle Fire (first generation) codename kc1 support series Paul Kocialkowski
@ 2016-03-29 19:28 ` Paul Kocialkowski
0 siblings, 0 replies; 3+ messages in thread
From: Paul Kocialkowski @ 2016-03-29 19:28 UTC (permalink / raw)
To: linux-arm-kernel, linux-kernel, linux-omap, devicetree
Cc: Rob Herring, Tony Lindgren, Paul Kocialkowski
This uses ti,system-power-controller instead of the deprecated ti,use_poweroff
property for powering off.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
arch/arm/boot/dts/omap3-sniper.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-sniper.dts b/arch/arm/boot/dts/omap3-sniper.dts
index 78a1184..0222a33 100644
--- a/arch/arm/boot/dts/omap3-sniper.dts
+++ b/arch/arm/boot/dts/omap3-sniper.dts
@@ -154,9 +154,9 @@
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>;
- power {
+ twl_power: power {
compatible = "ti,twl4030-power";
- ti,use_poweroff;
+ ti,system-power-controller;
};
};
};
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property
2016-03-29 19:25 [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property Paul Kocialkowski
@ 2016-04-12 21:19 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2016-04-12 21:19 UTC (permalink / raw)
To: Paul Kocialkowski; +Cc: linux-omap, linux-kernel
* Paul Kocialkowski <contact@paulk.fr> [160329 12:26]:
> This uses ti,system-power-controller instead of the deprecated ti,use_poweroff
> property for powering off.
But what about the others?
We have more of them:
$ git grep ti,use_poweroff arch/arm/boot/dts
arch/arm/boot/dts/logicpd-som-lv.dtsi: ti,use_poweroff;
arch/arm/boot/dts/logicpd-torpedo-som.dtsi: ti,use_poweroff;
arch/arm/boot/dts/omap3-beagle-xm.dts: ti,use_poweroff;
arch/arm/boot/dts/omap3-evm-common.dtsi: ti,use_poweroff;
arch/arm/boot/dts/omap3-gta04.dtsi: ti,use_poweroff;
arch/arm/boot/dts/omap3-ldp.dts: ti,use_poweroff;
arch/arm/boot/dts/omap3-n900.dts: ti,use_poweroff;
arch/arm/boot/dts/omap3-n950-n9.dtsi: ti,use_poweroff;
arch/arm/boot/dts/omap3-pandora-common.dtsi: ti,use_poweroff;
arch/arm/boot/dts/omap3-sniper.dts: ti,use_poweroff;
Regards,
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-12 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 19:25 [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property Paul Kocialkowski
2016-04-12 21:19 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2016-03-29 19:28 [PATCH 0/5] Amazon Kindle Fire (first generation) codename kc1 support series Paul Kocialkowski
2016-03-29 19:28 ` [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property Paul Kocialkowski
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).