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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1AFF5C433F5 for ; Wed, 6 Apr 2022 16:23:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C65C510E350; Wed, 6 Apr 2022 16:23:32 +0000 (UTC) Received: from m-r2.th.seeweb.it (m-r2.th.seeweb.it [5.144.164.171]) by gabe.freedesktop.org (Postfix) with ESMTPS id C2D0610E2C9 for ; Wed, 6 Apr 2022 16:23:29 +0000 (UTC) Received: from SoMainline.org (94-209-165-62.cable.dynamic.v4.ziggo.nl [94.209.165.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 890A43F756; Wed, 6 Apr 2022 18:23:27 +0200 (CEST) Date: Wed, 6 Apr 2022 18:23:26 +0200 From: Marijn Suijten To: Joel Selvaraj Subject: Re: [PATCH v2 2/3] dt-bindings: display: novatek,nt36672a: add backlight property Message-ID: <20220406162326.eptnln622w65juts@SoMainline.org> Mail-Followup-To: Marijn Suijten , Joel Selvaraj , Sumit Semwal , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Andy Gross , Bjorn Andersson , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Amit Pundir References: <20220401001810.81507-1-jo@jsfamily.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amit Pundir , devicetree@vger.kernel.org, David Airlie , linux-kernel@vger.kernel.org, Andy Gross , dri-devel@lists.freedesktop.org, Bjorn Andersson , Rob Herring , Thierry Reding , ~postmarketos/upstreaming@lists.sr.ht, linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org, Sam Ravnborg , Sumit Semwal Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2022-04-01 05:48:09, Joel Selvaraj wrote: > Add backlight property and update example to include it. > > Signed-off-by: Joel Selvaraj Reviewed-by: Marijn Suijten > --- > .../devicetree/bindings/display/panel/novatek,nt36672a.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > index 563766d283f6..41ee3157a1cd 100644 > --- a/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > @@ -46,6 +46,7 @@ properties: > > reg: true > port: true > + backlight: true > > required: > - compatible > @@ -73,6 +74,7 @@ examples: > vddpos-supply = <&lab>; > vddneg-supply = <&ibb>; > > + backlight = <&pmi8998_wled>; > reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>; > > port { > -- > 2.35.1 > 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 C2FA2C433F5 for ; Wed, 6 Apr 2022 17:46:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239420AbiDFRsj (ORCPT ); Wed, 6 Apr 2022 13:48:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239956AbiDFRr5 (ORCPT ); Wed, 6 Apr 2022 13:47:57 -0400 Received: from relay06.th.seeweb.it (relay06.th.seeweb.it [5.144.164.167]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3CA0181D93; Wed, 6 Apr 2022 09:23:29 -0700 (PDT) Received: from SoMainline.org (94-209-165-62.cable.dynamic.v4.ziggo.nl [94.209.165.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 890A43F756; Wed, 6 Apr 2022 18:23:27 +0200 (CEST) Date: Wed, 6 Apr 2022 18:23:26 +0200 From: Marijn Suijten To: Joel Selvaraj Cc: Sumit Semwal , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Andy Gross , Bjorn Andersson , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Amit Pundir Subject: Re: [PATCH v2 2/3] dt-bindings: display: novatek,nt36672a: add backlight property Message-ID: <20220406162326.eptnln622w65juts@SoMainline.org> Mail-Followup-To: Marijn Suijten , Joel Selvaraj , Sumit Semwal , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Andy Gross , Bjorn Andersson , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Amit Pundir 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: linux-arm-msm@vger.kernel.org On 2022-04-01 05:48:09, Joel Selvaraj wrote: > Add backlight property and update example to include it. > > Signed-off-by: Joel Selvaraj Reviewed-by: Marijn Suijten > --- > .../devicetree/bindings/display/panel/novatek,nt36672a.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > index 563766d283f6..41ee3157a1cd 100644 > --- a/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > @@ -46,6 +46,7 @@ properties: > > reg: true > port: true > + backlight: true > > required: > - compatible > @@ -73,6 +74,7 @@ examples: > vddpos-supply = <&lab>; > vddneg-supply = <&ibb>; > > + backlight = <&pmi8998_wled>; > reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>; > > port { > -- > 2.35.1 >