Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511106
| From | Milo Kim <woogyom.kim@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/8] ARM: dts: tps65217: Add the power button device |
| Date | 2016-10-28 14:40 +0200 |
| Message-ID | <sxeBY-8kL-25@gated-at.bofh.it> (permalink) |
| References | <sxeBX-8kL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Support the power button driver and disable it by default.
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
---
arch/arm/boot/dts/tps65217.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi
index 8f77d0d..02de56b 100644
--- a/arch/arm/boot/dts/tps65217.dtsi
+++ b/arch/arm/boot/dts/tps65217.dtsi
@@ -21,6 +21,11 @@
status = "disabled";
};
+ pwrbutton {
+ compatible = "ti,tps65217-pwrbutton";
+ status = "disabled";
+ };
+
regulators {
#address-cells = <1>;
#size-cells = <0>;
--
2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/8] Support TPS65217 PMIC interrupt in DT Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 3/8] ARM: dts: tps65217: Add the power button device Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 2/8] ARM: dts: tps65217: Add the charger device Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 5/8] dt-bindings: mfd: Provide human readable defines for TPS65217 interrupts Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 8/8] mfd: tps65217: Fix mismatched interrupt number Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 Re: [PATCH v2 0/8] Support TPS65217 PMIC interrupt in DT Tony Lindgren <tony@atomide.com> - 2016-11-09 22:40 +0100
csiph-web