Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp8637449ybl; Wed, 25 Dec 2019 03:11:10 -0800 (PST) X-Google-Smtp-Source: APXvYqxpmoAN2/pYCdrXU5YfWSi1xqs5VtiqpYLOrjQm8//tpceOhZTImaUMIYjIwjWwjo3scpPn X-Received: by 2002:a9d:60c4:: with SMTP id b4mr20333637otk.166.1577272270708; Wed, 25 Dec 2019 03:11:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577272270; cv=none; d=google.com; s=arc-20160816; b=DwSFF2eF0OKx64smGC7n1agL1OM7uunOA+7W+311wxNEMqlO1A6qbxNwAp780G9EHe ZTtAjX8RhSDKFXr5cQx60QH7LI+8eUM8FPr7YqHFXYBrI/ytYr3IuVDVvjmZXxLlCDA3 0b20035+a1dJDXWY+JiR23iZkk0txGfAjPaOr/XLXgjqgMurP1rf2OF7Q1AIgDHwoXGX fWx0rcHtJxHor/2nX2HFHAniHc+V4lStWdti67LIlCs0qfDa7ligEo9zGZseIwNuZAea VH2LQ/vAiWtnnWxzaNBsKnA5eHqPZnOusFRZnWx8oWIAMgi9JPdcIsNkdbtVkB58+Pyh G8Bg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=iCmB2RWnliP1sFqAA897AQQ83jiJFKfb/xtsDPHOWMg=; b=XAVoGiAPIjTPo+B0fLEKf6DkwkBfG8T2m1mYYBIAZY2jb2zmtNh4nyaGx3ZCZGx1N6 +FSzGic+/0E15XDGxegLHf5VpM6gRcFyeuzrac8x4PIlPJT5w6fg4FwvYSxePPNfJiJT IYtofRafKni1iP3cNyQBkJswElMH+buDhasw5wFMr4rebTels7N+xLlHF8Mz2+OB2yjc eBO7Tn1qoy/hBLZLjvCOfzJdRdAsPBUCRA66UCI1oTS+H70MkSXq/SKusXWAX1pGru11 OJ+wJTz3efv1jmRRlABsdKJDYwi5yC+meWCgTElMY9jMrA7KlnWZc2x68cICsQyaJ8Xh uO1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a7si12694756otp.284.2019.12.25.03.10.59; Wed, 25 Dec 2019 03:11:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726954AbfLYLHc (ORCPT + 99 others); Wed, 25 Dec 2019 06:07:32 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:36294 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726025AbfLYLH3 (ORCPT ); Wed, 25 Dec 2019 06:07:29 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 12DC8FB03; Wed, 25 Dec 2019 12:07:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BE1zhDwYOEc1; Wed, 25 Dec 2019 12:07:27 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 77E3A40EF6; Wed, 25 Dec 2019 12:07:19 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Jacek Anaszewski , Pavel Machek , Dan Murphy , Rob Herring , Mark Rutland , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 5/6] dt: bindings: lm3692x: Add led-max-microamp property Date: Wed, 25 Dec 2019 12:07:18 +0100 Message-Id: X-Mailer: git-send-email 2.23.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This can be used to limit the current per led strip Signed-off-by: Guido Günther --- Documentation/devicetree/bindings/leds/leds-lm3692x.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt index 73f41249ecd3..e0d7b3030c01 100644 --- a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt +++ b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt @@ -37,6 +37,8 @@ Optional child properties: - label : see Documentation/devicetree/bindings/leds/common.txt (deprecated) - linux,default-trigger : see Documentation/devicetree/bindings/leds/common.txt + - led-max-microamp : + see Documentation/devicetree/bindings/leds/common.txt Example: @@ -58,6 +60,7 @@ led-controller@36 { function = LED_FUNCTION_BACKLIGHT; color = ; linux,default-trigger = "backlight"; + led-max-microamp = <20000>; }; } -- 2.23.0