Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752334AbbKZG6y (ORCPT ); Thu, 26 Nov 2015 01:58:54 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:33397 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752062AbbKZG6u (ORCPT ); Thu, 26 Nov 2015 01:58:50 -0500 From: Milo Kim To: , , , CC: , , , Milo Kim Subject: [PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information Date: Thu, 26 Nov 2015 15:56:59 +0900 Message-ID: <1448521025-2796-4-git-send-email-milo.kim@ti.com> X-Mailer: git-send-email 1.9.5.msysgit.0 In-Reply-To: <1448521025-2796-1-git-send-email-milo.kim@ti.com> References: <1448521025-2796-1-git-send-email-milo.kim@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1868 Lines: 53 LM3633 LED device is one of TI LMU device list. Cc: Rob Herring Cc: devicetree@vger.kernel.org Cc: Lee Jones Cc: Jacek Anaszewski Cc: Mark Brown Cc: linux-leds@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Milo Kim --- .../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 . + 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/