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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16B68C433FE for ; Wed, 6 Apr 2022 17:54:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236064AbiDFRzz (ORCPT ); Wed, 6 Apr 2022 13:55:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239693AbiDFRzh (ORCPT ); Wed, 6 Apr 2022 13:55:37 -0400 Received: from mail-oa1-f53.google.com (mail-oa1-f53.google.com [209.85.160.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22F214405D3; Wed, 6 Apr 2022 09:05:12 -0700 (PDT) Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-e2442907a1so3029327fac.8; Wed, 06 Apr 2022 09:05:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=MpA4CfNVqRRzfNI0NZazohhpjC3Wdx9B0oPB6HfE+1c=; b=ZCruhWHRnvWp3O8B/q7fFIEsktNyHuDsn3qz7ofQHoZ3z+pHNPqKU5ybwV4BxLSEGb RAmGu0P1kYxH80xSL9gMkGgNkDsCoNxSCsCbRVjyd3oaBqIHyYk7N8tIW5Zoeh5wtJhf 1PtPC/w5aHo+/CP4OlFE9h6kLVRwFolXRORDuBjynt9mHDIkoKCZJpVIVFmgcpfIMymk AnBfWbGeC1ETs2zJ2E5BuVx+4nkyG49PLe5kmAYC/c7L0K9BoCbV3QEWxVglKHHfdYjY ZNJsFw5cEE1f8X/jfPpUK8XDqBZVBSEACQGOvy7P8RL1vtZ2OOYKmGgBwEiDXuuF4fVA 31SA== X-Gm-Message-State: AOAM533QeTLZ3TuCCmzONbYhaxP2Qm2a62nbXKJ89Eq0kAnZ0qQmu3Eo tbcCD2Bn6OQ+VWaKjQcODA== X-Google-Smtp-Source: ABdhPJxWnogmTkLiwRUqI1DLFzJoxqP9hindg9vBS92SZbO9tvjdBwxEVyklhAyB6REgphp91XXYvw== X-Received: by 2002:a05:6870:5b9e:b0:cf:f6de:3e89 with SMTP id em30-20020a0568705b9e00b000cff6de3e89mr4372076oab.94.1649261111777; Wed, 06 Apr 2022 09:05:11 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w39-20020a056830412700b005cda87bbdcesm7033390ott.6.2022.04.06.09.05.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Apr 2022 09:05:11 -0700 (PDT) Received: (nullmailer pid 2331636 invoked by uid 1000); Wed, 06 Apr 2022 16:05:10 -0000 Date: Wed, 6 Apr 2022 11:05:10 -0500 From: Rob Herring To: Joel Selvaraj Cc: ~postmarketos/upstreaming@lists.sr.ht, Thierry Reding , Rob Herring , linux-kernel@vger.kernel.org, Bjorn Andersson , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, David Airlie , Marijn Suijten , phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Amit Pundir , Daniel Vetter , Sam Ravnborg , Andy Gross , Sumit Semwal Subject: Re: [PATCH v2 2/3] dt-bindings: display: novatek,nt36672a: add backlight property Message-ID: References: <20220401001810.81507-1-jo@jsfamily.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 01 Apr 2022 05:48:09 +0530, Joel Selvaraj wrote: > Add backlight property and update example to include it. > > Signed-off-by: Joel Selvaraj > --- > .../devicetree/bindings/display/panel/novatek,nt36672a.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring