Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp19503961ybl; Sat, 4 Jan 2020 02:57:26 -0800 (PST) X-Google-Smtp-Source: APXvYqxdyUt4sxn4DGh/aB4HnXhTpMJzYXqnz5B2xSKBP9eHFzPiSaTnvhNNnVt8nh/qLMq5LeQs X-Received: by 2002:a9d:6308:: with SMTP id q8mr63004500otk.290.1578135446011; Sat, 04 Jan 2020 02:57:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578135446; cv=none; d=google.com; s=arc-20160816; b=ArNtpbyEByHawv+fwOso3EVIwSEI7wLLVlSl0oenAR6ccHZy3qZJ9T4R4GBERgqJKq BiLo33aSP9y7GzaU9Il/mWTKaFyKU0aCRd7uvtRhCsw5fdMva7P9k4f6dzN2rNRIDemg woQTTj/m7O08Wa4C57DMJdWQ+I2nBX9Hqr7YpNS8k0E00nHM46i+Kt7o7vptUMIwF3Wy FJLjyN27OjeaRMjzCmRkIU5wa60R4VVDI0lO2Y9oHclFnVjXFV6M7cEJzO9x+LrjW1gK v8IkUiEfFK5AyVFQ+NPrRqMW1zxK7WMIhh4pcuMVpYQmXjjmnHRhm3hbeqzqrnKVeV35 HwdA== 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=CRZQUr02/tlS/V3NnUIDUsO1s6wwCnj+JGEDeD6mm+E=; b=NC/biemWIq4jhN3VbR55ckc+ZO3k0rVHyYwVBJ1FyII6/nwwue3kcRXOMdQTVvNSHO 0c9xf7c9sYNtpVoMw8ovE1a+LtQppqW2jnv6sAIZl2QRVRa/Kp8nK3LJA8PBhpQM0xkd MHW8iJh1/6hYwVW8uhvrx/JOevIeprhjEGPnPKab2aPbWSRPueZztAE7vkl8tPS4OthJ jcluSeEhPUZuNOgNY9ecHypbX/HiwrqEweL3UiuExZwg6YSoKUrOgN715nI2y3kwBMLH iEbVf0G1qmWhHR8vHKvNt5gdSLjnyHmFcBdW+xrg2lk1x1FZX9jo+W7KtumuAL4y56/0 2jaw== 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 l5si19192039oil.96.2020.01.04.02.57.14; Sat, 04 Jan 2020 02:57:26 -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 S1725943AbgADKyc (ORCPT + 99 others); Sat, 4 Jan 2020 05:54:32 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:40158 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbgADKyc (ORCPT ); Sat, 4 Jan 2020 05:54:32 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 6A658FB0C; Sat, 4 Jan 2020 11:54:29 +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 0mhCAGJE0po2; Sat, 4 Jan 2020 11:54:27 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 1171740157; Sat, 4 Jan 2020 11:54:26 +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 v3 1/9] dt: bindings: lm3692x: Add ti,ovp-microvolt property Date: Sat, 4 Jan 2020 11:54:17 +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 allows to set the overvoltage protection to 17V, 21V, 25V or 29V. Signed-off-by: Guido Günther Acked-by: Pavel Machek --- Documentation/devicetree/bindings/leds/leds-lm3692x.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt index 4c2d923f8758..9b334695c410 100644 --- a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt +++ b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt @@ -18,6 +18,10 @@ Required properties: Optional properties: - enable-gpios : gpio pin to enable/disable the device. - vled-supply : LED supply + - ti,ovp-microvolt: Overvoltage protection in + micro-volt, can be 17000000, 21000000, 25000000 or + 29000000. If ti,ovp-microvolt is not specified it + defaults to 29000000. Required child properties: - reg : 0 - Will enable all LED sync paths @@ -44,6 +48,7 @@ led-controller@36 { enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>; vled-supply = <&vbatt>; + ti,ovp-microvolt = <29000000>; led@0 { reg = <0>; -- 2.23.0