Linux Power Management development
 help / color / mirror / Atom feed
From: Nicolas Saenz Julienne <nicolas.saenz@prodys.net>
To: sre@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-pm@vger.kernel.org, nicolas.saenz@prodys.net
Subject: [PATCH v3 2/2] dt-bindings: power: add bindings for sbs-charger
Date: Thu, 24 Nov 2016 13:33:43 +0100	[thread overview]
Message-ID: <1479990823-25841-3-git-send-email-nicolas.saenz@prodys.net> (raw)
In-Reply-To: <1479990823-25841-1-git-send-email-nicolas.saenz@prodys.net>

Adds device tree documentation for SBS charger compilant devices as defined
here: http://sbs-forum.org/specs/sbc110.pdf

Signed-off-by: Nicolas Saenz Julienne <nicolas.saenz@prodys.net>
---
v2 -> v3:
- add part number as compatible

 .../bindings/power/supply/sbs_sbs-charger.txt      | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/supply/sbs_sbs-charger.txt

diff --git a/Documentation/devicetree/bindings/power/supply/sbs_sbs-charger.txt b/Documentation/devicetree/bindings/power/supply/sbs_sbs-charger.txt
new file mode 100644
index 0000000..f6b6027
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/supply/sbs_sbs-charger.txt
@@ -0,0 +1,24 @@
+SBS sbs-charger
+~~~~~~~~~~
+
+Required properties:
+ - compatible: should contain one of the following:
+	- "lltc,ltc4100"
+	- "sbs,sbs-charger"
+
+Optional properties:
+- interrupt-parent: Should be the phandle for the interrupt controller. Use in
+    conjunction with "interrupts".
+- interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
+    "interrupt-parent". If an interrupt is not provided the driver will switch
+    automatically to polling.
+
+Example:
+
+	ltc4100@9 {
+		compatible = "sbs,sbs-charger";
+		reg = <0x9>;
+		interrupt-parent = <&gpio6>;
+		interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
+	};
+
-- 
2.7.4

  parent reply	other threads:[~2016-11-24 12:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24 12:33 [PATCH v3 0/2] power: supply: add sbs-charger driver Nicolas Saenz Julienne
2016-11-24 12:33 ` [PATCH v3 1/2] " Nicolas Saenz Julienne
2016-11-24 12:33 ` Nicolas Saenz Julienne [this message]
2016-11-30 20:45   ` [PATCH v3 2/2] dt-bindings: power: add bindings for sbs-charger Rob Herring
     [not found]   ` <1479990823-25841-3-git-send-email-nicolas.saenz-gbiq2sxWoaasTnJN9+BGXg@public.gmane.org>
2016-12-17 16:32     ` Sebastian Reichel
2016-12-13 10:41 ` [PATCH v3 0/2] power: supply: add sbs-charger driver Nicolas Saenz Julienne
2016-12-17 16:33   ` 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=1479990823-25841-3-git-send-email-nicolas.saenz@prodys.net \
    --to=nicolas.saenz@prodys.net \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sre@kernel.org \
    /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