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


Groups > linux.kernel > #1220584

[PATCH 1/3] devicetree: Add TPS65217 charger binding.

From Enric Balletbo i Serra <eballetbo@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/3] devicetree: Add TPS65217 charger binding.
Date 2015-09-08 10:20 +0200
Message-ID <q6mie-72x-9@gated-at.bofh.it> (permalink)
References <q6mie-72x-11@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

[PATCH 0/3] Add support for tps65217 charger Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 1/3] devicetree: Add TPS65217 charger binding. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 2/3] power_supply: Add support for tps65217-charger. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
    Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the  tps65217. Lee Jones <lee.jones@linaro.org> - 2015-09-20 06:30 +0200
      Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. Enric Balletbo Serra <eballetbo@gmail.com> - 2015-09-22 09:50 +0200

csiph-web