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=-5.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 6151CC47404 for ; Fri, 4 Oct 2019 14:38:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 38B5920700 for ; Fri, 4 Oct 2019 14:38:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Yu3JokhA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389237AbfJDOiy (ORCPT ); Fri, 4 Oct 2019 10:38:54 -0400 Received: from mail-wm1-f67.google.com ([209.85.128.67]:33051 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389074AbfJDOiy (ORCPT ); Fri, 4 Oct 2019 10:38:54 -0400 Received: by mail-wm1-f67.google.com with SMTP id r17so9770570wme.0 for ; Fri, 04 Oct 2019 07:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=YJvih0AsR33ViZwBb015+RycjOZ9btNkziiHqgTe20E=; b=Yu3JokhAmryrtzowEz6R3vPkgY4HM3KIe667y0r7YQ4WcVmxDn1Sty5y59LuwrVZzc m52B+kRGFegj76+8YKRGb5o/DEcFlBpf+7D4ibju5O55VReLIZvH9zcJY4YXm+6GAS60 9kOTmyKpxxXU+NCumlcbF75BHw3QTClcKtMIXgWN9IFrgQ0F+3Pke17pO0WuqRkgs1aJ CEs/JNYIw4K0FfBn/hgjXUdMs8wViWxrXED4l5RRLIXuL0mCG7PCoJqfTUch5PUFr1w5 wMjWLf9SdLaije47D8IuJM07zmvo4t3afOctbaOOYe/gfmHIDHKtj5nRfYzc2A+KmhcQ ecVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=YJvih0AsR33ViZwBb015+RycjOZ9btNkziiHqgTe20E=; b=cB5w5mroRZn5P2Jc1amku0NO3u6SxhJ+lLuBn+Th6NLe472jUNjRfuORXx/lL8ffUS HfBk/+esh03yrF/S5zfO/Xtpn5hWhN/YHrxgbNInLQo7oQzg6ryVDobt2//MPXo0CFZ2 1MqdbQHKCqgz55dlImjtBOtkocIR21twOVLXIFitrTdFaLFfXECy5INTS/5i+D/MNap+ EAabisxEfB+0Uy0gqWrwzAaeKRWptZol9ibCMLWAke9sNQzf76RFXjqyaKyJL71B2oa3 VrZiBnA93LV2QAqtC1hex8v2LetKdmgyW7DhBqwbtTIpiSnr+WIJu93RuxHXaYhb4pxO vH0g== X-Gm-Message-State: APjAAAX1aaNBscUQb0oTdYKZj7Qsl9V63TDV9U3cnnoL8lEUraNPRfet w8BPngN8A+JmOUqH82eEfYKhrw== X-Google-Smtp-Source: APXvYqxaIbrB05oPH5diNroquYYUcFG0Ky2cGHUBNsZqv03BqdPWyrc1uWBrIKxtW+c3tbw7CrOe/g== X-Received: by 2002:a7b:cbcf:: with SMTP id n15mr10801719wmi.106.1570199932083; Fri, 04 Oct 2019 07:38:52 -0700 (PDT) Received: from dell ([2.27.167.122]) by smtp.gmail.com with ESMTPSA id o19sm10233542wmh.27.2019.10.04.07.38.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 04 Oct 2019 07:38:51 -0700 (PDT) Date: Fri, 4 Oct 2019 15:38:50 +0100 From: Lee Jones To: Jean-Jacques Hiblot Cc: jacek.anaszewski@gmail.com, pavel@ucw.cz, robh+dt@kernel.org, mark.rutland@arm.com, daniel.thompson@linaro.org, dmurphy@ti.com, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, tomi.valkeinen@ti.com Subject: Re: [PATCH v7 4/5] dt-bindings: backlight: Add led-backlight binding Message-ID: <20191004143850.GN18429@dell> References: <20190918145730.22805-1-jjhiblot@ti.com> <20190918145730.22805-5-jjhiblot@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190918145730.22805-5-jjhiblot@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Sep 2019, Jean-Jacques Hiblot wrote: > Add DT binding for led-backlight. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Daniel Thompson > --- > .../bindings/leds/backlight/led-backlight.txt | 28 +++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/backlight/led-backlight.txt Applied, thanks. -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog