From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 708D0C2D0BF for ; Mon, 16 Dec 2019 12:28:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5100C206EC for ; Mon, 16 Dec 2019 12:28:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727579AbfLPM2L (ORCPT ); Mon, 16 Dec 2019 07:28:11 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:33310 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727427AbfLPM2K (ORCPT ); Mon, 16 Dec 2019 07:28:10 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id E974FFB05; Mon, 16 Dec 2019 13:28:07 +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 QqYTTr5bAsRt; Mon, 16 Dec 2019 13:28:07 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 7D8BF498AE; Mon, 16 Dec 2019 13:28:06 +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 0/2] leds: lm3692x: Allow to set ovp and brigthness mode Date: Mon, 16 Dec 2019 13:28:04 +0100 Message-Id: X-Mailer: git-send-email 2.23.0 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 Overvoltage protection and brightness mode are currently hardcoded as disabled in the driver. Make these configurable via DT. Guido Günther (2): dt: bindings: lm3692x: Document new properties leds: lm3692x: Allow to set ovp and brigthness mode .../devicetree/bindings/leds/leds-lm3692x.txt | 4 ++ drivers/leds/leds-lm3692x.c | 43 ++++++++++++++++--- 2 files changed, 41 insertions(+), 6 deletions(-) -- 2.23.0