Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1366565
| From | Paul Kocialkowski <contact@paulk.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property |
| Date | 2016-03-29 21:30 +0200 |
| Message-ID | <ri7uV-2lB-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property Paul Kocialkowski <contact@paulk.fr> - 2016-03-29 21:30 +0200
csiph-web