All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enric Balletbo i Serra <eballetbo@gmail.com>
To: devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	sre@kernel.org, dbaryshkov@gmail.com, dwmw2@infradead.org,
	tony@atomide.com, sameo@linux.intel.com, lee.jones@linaro.org,
	sjoerd.simons@collabora.co.uk, javier@dowhile0.org
Subject: [PATCH 1/3] devicetree: Add TPS65217 charger binding.
Date: Tue,  8 Sep 2015 10:09:37 +0200	[thread overview]
Message-ID: <1441699779-22189-2-git-send-email-enric.balletbo@collabora.com> (raw)
In-Reply-To: <1441699779-22189-1-git-send-email-enric.balletbo@collabora.com>

The TPS65217 charger is a subnode of the TPS65217 MFD.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 .../devicetree/bindings/power_supply/tps65217_charger.txt    | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power_supply/tps65217_charger.txt

diff --git a/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt b/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt
new file mode 100644
index 0000000..98d131a
--- /dev/null
+++ b/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt
@@ -0,0 +1,12 @@
+TPS65217 Charger
+
+Required Properties:
+-compatible: "ti,tps65217-charger"
+
+This node is a subnode of the tps65217 PMIC.
+
+Example:
+
+	tps65217-charger {
+		compatible = "ti,tps65090-charger";
+	};
-- 
2.1.0


  reply	other threads:[~2015-09-08  8:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  8:09 [PATCH 0/3] Add support for tps65217 charger Enric Balletbo i Serra
2015-09-08  8:09 ` Enric Balletbo i Serra [this message]
2015-09-08  8:09 ` [PATCH 2/3] power_supply: Add support for tps65217-charger Enric Balletbo i Serra
2015-09-22 13:44   ` Sebastian Reichel
2015-09-08  8:09 ` [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217 Enric Balletbo i Serra
2015-09-20  4:19   ` Lee Jones
2015-09-22  7:43     ` Enric Balletbo Serra
2015-09-22  7:43       ` Enric Balletbo Serra
2015-09-22 11:37       ` Sebastian Reichel
2015-09-22 11:37         ` Sebastian Reichel

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=1441699779-22189-2-git-send-email-enric.balletbo@collabora.com \
    --to=eballetbo@gmail.com \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=javier@dowhile0.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=sjoerd.simons@collabora.co.uk \
    --cc=sre@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.