Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1232396

[PATCHv3 1/2] devicetree: Add TPS65217 charger binding.

From Enric Balletbo i Serra <eballetbo@gmail.com>
Newsgroups linux.kernel
Subject [PATCHv3 1/2] devicetree: Add TPS65217 charger binding.
Date 2015-09-24 21:50 +0200
Message-ID <qckGK-4iF-19@gated-at.bofh.it> (permalink)
References <qckGK-4iF-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv3 0/2] Add support for tps65217 charger Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-24 21:50 +0200
  [PATCHv3 1/2] devicetree: Add TPS65217 charger binding. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-24 21:50 +0200
  [PATCHv3 2/2] power_supply: Add support for tps65217-charger. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-24 21:50 +0200
  Re: [PATCHv3 0/2] Add support for tps65217 charger Sebastian Reichel <sre@kernel.org> - 2015-09-25 00:20 +0200

csiph-web