From patchwork Wed Apr 3 09:01:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 1075616 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bgdev.pl Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="FgR5TMOp"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44Z0TL4PT0z9sSJ for ; Wed, 3 Apr 2019 20:02:30 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726078AbfDCJC3 (ORCPT ); Wed, 3 Apr 2019 05:02:29 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:41439 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726456AbfDCJBZ (ORCPT ); Wed, 3 Apr 2019 05:01:25 -0400 Received: by mail-wr1-f65.google.com with SMTP id r4so20223353wrq.8 for ; Wed, 03 Apr 2019 02:01:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3c2Py0QhAwV6yG/8pNQYFpMbQckkgSj5d6HvOL7EdA4=; b=FgR5TMOpfwjLKuUFPyVy9c+ifR10ctS4vqEJ6aTpFXQF8XfzWhH2rZcNPj0teMrF1k p+LQa8V1g+s9IE67Dh4BaaECNXeTrE3MvxIyiZi3Xnbj15sMtnAptSetF9LABbOlbtyQ Q+kcc7CY73GN9e830+ssjyjiHY6M8dxLjjj0SHqBz2zaZGWJYcaIEVMTjXRajmFnUWdQ 7sPydASetiPtgjRplomdrVk1SlFVPGdivARK/sZeReHYT79Mf8U8q/iE6AoIR3EGGVpn 7GnyLiAESh/xrs3IaTN9WzA/RORtFSIO+aJGU/ciMzZ93QUyKrZT53NCyzoZ9dU5MOSp bPuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3c2Py0QhAwV6yG/8pNQYFpMbQckkgSj5d6HvOL7EdA4=; b=XQnXE8PFer0+lEluHtgtPbHZGzZC1W9Lt3uxTQadqOwRLvHxsIRYU27Yv3e2E4p6lC MVG397Yvy2WfOYyiAg6KifEtjlv6S+RY1W2JtgHVQP68lUsiLbr6MrBDwZcYUJjt8UvB F8ixLYssTFhzlOHKQYxy94TToLpMI/8UhN/wQuTc0ISzM67CyoVaLOlWOXWMBrLEW2ku dR+7LL7M2CIZo7GvjFiWuZraO10Y8XTUte0xfgtTo/NQ0nDKtdVcW2q5yda9NDTKsUDj SCf1qHftPAnCgtHI8yKIulva+Vs1UqdZ9qLMnWB2WXGw6sul4uv80olMJsny/odBmgTG FhEg== X-Gm-Message-State: APjAAAXRNaCwQ8J2ZSAteIXKJ6/EdR8GOSLV3Ig6hXr4N7FiUhHMVAjf gVoIWOURfqmYgb5Fdt9eI8s9/A== X-Google-Smtp-Source: APXvYqwiqCshQp2ovvvjEMWh+8OZMQZSlOpKcHKKocgFAVf0dWEHcrRfT9jcqrL+4OcJz5wKY/MkNQ== X-Received: by 2002:a5d:69c7:: with SMTP id s7mr10091334wrw.71.1554282083826; Wed, 03 Apr 2019 02:01:23 -0700 (PDT) Received: from localhost.localdomain (aputeaux-684-1-29-77.w90-86.abo.wanadoo.fr. [90.86.254.77]) by smtp.gmail.com with ESMTPSA id v16sm23981998wru.76.2019.04.03.02.01.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 02:01:23 -0700 (PDT) From: Bartosz Golaszewski To: Rob Herring , Mark Rutland , Linus Walleij , Dmitry Torokhov , Jacek Anaszewski , Pavel Machek , Lee Jones , Sebastian Reichel , Liam Girdwood , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, Bartosz Golaszewski , Rob Herring Subject: [PATCH v8 03/11] dt-bindings: leds: add DT bindings for max77650 Date: Wed, 3 Apr 2019 11:01:00 +0200 Message-Id: <20190403090108.24788-4-brgl@bgdev.pl> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403090108.24788-1-brgl@bgdev.pl> References: <20190403090108.24788-1-brgl@bgdev.pl> MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Bartosz Golaszewski Add the DT binding document for the LEDs module of max77650. Signed-off-by: Bartosz Golaszewski Reviewed-by: Rob Herring Acked-by: Pavel Machek --- .../bindings/leds/leds-max77650.txt | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-max77650.txt diff --git a/Documentation/devicetree/bindings/leds/leds-max77650.txt b/Documentation/devicetree/bindings/leds/leds-max77650.txt new file mode 100644 index 000000000000..3a67115cc1da --- /dev/null +++ b/Documentation/devicetree/bindings/leds/leds-max77650.txt @@ -0,0 +1,57 @@ +LED driver for MAX77650 PMIC from Maxim Integrated. + +This module is part of the MAX77650 MFD device. For more details +see Documentation/devicetree/bindings/mfd/max77650.txt. + +The LED controller is represented as a sub-node of the PMIC node on +the device tree. + +This device has three current sinks. + +Required properties: +-------------------- +- compatible: Must be "maxim,max77650-led" +- #address-cells: Must be <1>. +- #size-cells: Must be <0>. + +Each LED is represented as a sub-node of the LED-controller node. Up to +three sub-nodes can be defined. + +Required properties of the sub-node: +------------------------------------ + +- reg: Must be <0>, <1> or <2>. + +Optional properties of the sub-node: +------------------------------------ + +- label: See Documentation/devicetree/bindings/leds/common.txt +- linux,default-trigger: See Documentation/devicetree/bindings/leds/common.txt + +For more details, please refer to the generic GPIO DT binding document +. + +Example: +-------- + + leds { + compatible = "maxim,max77650-led"; + #address-cells = <1>; + #size-cells = <0>; + + led@0 { + reg = <0>; + label = "blue:usr0"; + }; + + led@1 { + reg = <1>; + label = "red:usr1"; + linux,default-trigger = "heartbeat"; + }; + + led@2 { + reg = <2>; + label = "green:usr2"; + }; + };