From: Paul Kocialkowski <contact@paulk.fr>
To: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
devicetree@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
Tony Lindgren <tony@atomide.com>,
Paul Kocialkowski <contact@paulk.fr>
Subject: [PATCH 5/5] ARM: dts: omap4-kc1: Power off support
Date: Tue, 29 Mar 2016 21:28:27 +0200 [thread overview]
Message-ID: <1459279707-17611-7-git-send-email-contact@paulk.fr> (raw)
In-Reply-To: <1459279707-17611-1-git-send-email-contact@paulk.fr>
This adds support for turning off the main power supply via the TWL6030 on the
Kindle Fire (first generation).
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
arch/arm/boot/dts/omap4-kc1.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/omap4-kc1.dts b/arch/arm/boot/dts/omap4-kc1.dts
index 3681414..2251bd5 100644
--- a/arch/arm/boot/dts/omap4-kc1.dts
+++ b/arch/arm/boot/dts/omap4-kc1.dts
@@ -115,6 +115,11 @@
reg = <0x48>;
/* IRQ# = 7 */
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */
+
+ twl_power: power {
+ compatible = "ti,twl6030-power";
+ ti,system-power-controller;
+ };
};
};
--
2.7.4
prev parent reply other threads:[~2016-03-29 19:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2016-03-29 19:28 ` [PATCH 1/5] devicetree: bindings: Add vendor prefix for Amazon.com, Inc Paul Kocialkowski
[not found] ` <1459279707-17611-3-git-send-email-contact-W9ppeneeCTY@public.gmane.org>
2016-04-01 17:01 ` Rob Herring
2016-04-12 21:22 ` Tony Lindgren
2016-03-29 19:28 ` [PATCH 2/5] ARM: dts: Amazon Kindle Fire (first generation) codename kc1 basic support Paul Kocialkowski
2016-03-29 19:28 ` [PATCH 3/5] ARM: dts: omap4-kc1: USB OTG support Paul Kocialkowski
2016-03-29 19:28 ` [PATCH 4/5] ARM: dts: omap4-kc1: LEDs support Paul Kocialkowski
2016-03-29 19:28 ` Paul Kocialkowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459279707-17611-7-git-send-email-contact@paulk.fr \
--to=contact@paulk.fr \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).