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


Groups > linux.kernel > #1260372

[PATCH 05/16] Documentation: dt-bindings: regulator: add LM363x regulator binding information

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Milo Kim <milo.kim@ti.com>
Newsgroups linux.kernel
Subject [PATCH 05/16] Documentation: dt-bindings: regulator: add LM363x regulator binding information
Date Mon, 02 Nov 2015 06:10:02 +0100
Message-ID <qqfxv-1df-13@gated-at.bofh.it> (permalink)
References <qqfxv-1df-3@gated-at.bofh.it> <qqfxv-1df-5@gated-at.bofh.it> <qqfxv-1df-7@gated-at.bofh.it> <qqfxv-1df-9@gated-at.bofh.it> <qqfxv-1df-11@gated-at.bofh.it>
X-Original-To <devicetree@vger.kernel.org>, <lee.jones@linaro.org>, <linux-kernel@vger.kernel.org>
X-Mailer git-send-email 1.9.5.msysgit.0
MIME-Version 1.0
Content-Type text/plain
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 54
Organization linux.* mail to news gateway
X-Original-Cc Milo Kim <milo.kim@ti.com>, Mark Brown <broonie@kernel.org>
X-Original-Date Mon, 2 Nov 2015 14:01:12 +0900
X-Original-Message-ID <1446440483-6948-6-git-send-email-milo.kim@ti.com>
X-Original-References <1446440483-6948-1-git-send-email-milo.kim@ti.com> <1446440483-6948-2-git-send-email-milo.kim@ti.com> <1446440483-6948-3-git-send-email-milo.kim@ti.com> <1446440483-6948-4-git-send-email-milo.kim@ti.com> <1446440483-6948-5-git-send-email-milo.kim@ti.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1260372

Show key headers only | View raw


This binding supports LM3631 and LM3632 regulator configuration.

Cc: devicetree@vger.kernel.org
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Milo Kim <milo.kim@ti.com>
---
 .../bindings/regulator/lm363x-regulator.txt        | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/lm363x-regulator.txt

diff --git a/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt b/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt
new file mode 100644
index 0000000..597716f
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt
@@ -0,0 +1,28 @@
+TI LMU LM363x regulator device tree bindings
+
+LM363x regulator driver supports LM3631 and LM3632.
+LM3631 has five regulators and LM3632 supports three regulators.
+
+Required properties:
+  - compatible: "ti,lm363x-regulator"
+
+Child nodes:
+  LM3631
+  - vboost
+  - vcont
+  - voref
+  - vpos
+  - vneg
+
+  LM3632
+  - vboost
+  - vpos
+  - vneg
+
+  Optional properties of each node:
+  Please refer to [1].
+
+Examples: Please refer to ti-lmu dt-bindings [2].
+
+[1] Documentation/devicetree/bindings/regulator/regulator.txt
+[2] Documentation/devicetree/bindings/mfd/ti-lmu.txt
-- 
1.9.1

--
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 | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/16] Support TI LMU devices Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
  [PATCH 04/16] Documentation: dt-bindings: leds: add LM3633 LED binding information Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
    [PATCH 06/16] mfd: add TI LMU driver Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
      [PATCH 10/16] backlight: ti-lmu-backlight: add LM3632 driver Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
      [PATCH 08/16] backlight: ti-lmu-backlight: add LM3532 driver Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
        [PATCH 09/16] backlight: ti-lmu-backlight: add LM3631 driver Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
      [PATCH 07/16] backlight: add TI LMU backlight common driver Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
    [PATCH 05/16] Documentation: dt-bindings: regulator: add LM363x regulator binding information Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
    Re: [PATCH 04/16] Documentation: dt-bindings: leds: add LM3633 LED  binding information Rob Herring <robh@kernel.org> - 2015-11-02 16:00 +0100
      Re: [PATCH 04/16] Documentation: dt-bindings: leds: add LM3633 LED  binding information "Kim, Milo" <milo.kim@ti.com> - 2015-11-03 08:10 +0100
  [PATCH 01/16] Documentation: dt-bindings: mfd: add TI LMU device binding information Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
    [PATCH 03/16] Documentation: dt-bindings: hwmon: add TI LMU HWMON binding information Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
    [PATCH 02/16] Documentation: dt-bindings: backlight: add TI LMU backlight binding information Milo Kim <milo.kim@ti.com> - 2015-11-02 06:10 +0100
  Re: [PATCH 00/16] Support TI LMU devices "Kim, Milo" <milo.kim@ti.com> - 2015-11-02 06:40 +0100

csiph-web