Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1277997
| From | Milo Kim <milo.kim@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information |
| Date | 2015-11-26 08:00 +0100 |
| Message-ID | <qyYH7-1f6-9@gated-at.bofh.it> (permalink) |
| References | <qyYH7-1f6-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
LM3633 LED device is one of TI LMU device list. Cc: Rob Herring <robh+dt@kernel.org> Cc: devicetree@vger.kernel.org Cc: Lee Jones <lee.jones@linaro.org> Cc: Jacek Anaszewski <j.anaszewski@samsung.com> Cc: Mark Brown <broonie@kernel.org> Cc: linux-leds@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Milo Kim <milo.kim@ti.com> --- .../devicetree/bindings/leds/leds-lm3633.txt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-lm3633.txt diff --git a/Documentation/devicetree/bindings/leds/leds-lm3633.txt b/Documentation/devicetree/bindings/leds/leds-lm3633.txt new file mode 100644 index 0000000..a553894 --- /dev/null +++ b/Documentation/devicetree/bindings/leds/leds-lm3633.txt @@ -0,0 +1,24 @@ +TI LMU LM3633 LED device tree bindings + +Required properties: + - compatible: "ti,lm3633-leds" + +Child nodes: + Each node matches with LED control bank. + Please refer to the datasheet [1]. + + Required properties of a child node: + - led-sources: List of enabled channels from 0 to 5. + Please refer to LED binding [2]. + + Optional properties of a child node: + - label: LED channel identification. Please refer to LED binding [2]. + - led-max-microamp: Max current setting. Type is <u32>. + Unit is microampere. Range is from 5000 to 30000. + Step is 1000. Please refer to LED binding [2]. + +Example: Please refer to ti-lmu dt-bindings [3]. + +[1] http://www.ti.com/product/LM3633/datasheet +[2] ../leds/common.txt +[2] ../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 — Next in thread | Find similar | Unroll thread
[PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information Milo Kim <milo.kim@ti.com> - 2015-11-26 08:00 +0100
Re: [PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-11-27 12:20 +0100
Re: [PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information "Kim, Milo" <milo.kim@ti.com> - 2015-11-30 09:20 +0100
Re: [PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-11-30 13:30 +0100
csiph-web