From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v1 12/36] dt-bindings: display: convert jdi,lt070me05000 to DT Schema Date: Wed, 18 Mar 2020 20:53:56 -0600 Message-ID: <20200319025356.GC29911@bogus> References: <20200315134416.16527-1-sam@ravnborg.org> <20200315134416.16527-13-sam@ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Thierry Reding , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Alexandre Courbot , Andrzej Hajda , Brian Masney , Chris Zhong , Douglas Anderson , Guido Gunther , Heiko Schocher , Nikolaus Schaller , Hoegeun Kwon , Jagan Teki , Jerry Han , Jonathan Bakker , Laurent Pinchart , Lin Huang , Linus Walleij , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Marco Franchi , To: Sam Ravnborg Return-path: Content-Disposition: inline In-Reply-To: <20200315134416.16527-13-sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Sun, Mar 15, 2020 at 02:43:52PM +0100, Sam Ravnborg wrote: > Signed-off-by: Sam Ravnborg > Cc: Vinay Simha BN > Cc: Thierry Reding > Cc: Sam Ravnborg > --- > .../display/panel/jdi,lt070me05000.txt | 31 --------- > .../display/panel/jdi,lt070me05000.yaml | 69 +++++++++++++++++++ > 2 files changed, 69 insertions(+), 31 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > > diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > deleted file mode 100644 > index 4989c91d505f..000000000000 > --- a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > +++ /dev/null > @@ -1,31 +0,0 @@ > -JDI model LT070ME05000 1200x1920 7" DSI Panel > - > -Required properties: > -- compatible: should be "jdi,lt070me05000" > -- vddp-supply: phandle of the regulator that provides the supply voltage > - Power IC supply (3-5V) > -- iovcc-supply: phandle of the regulator that provides the supply voltage > - IOVCC , power supply for LCM (1.8V) > -- enable-gpios: phandle of gpio for enable line > - LED_EN, LED backlight enable, High active > -- reset-gpios: phandle of gpio for reset line > - This should be 8mA, gpio can be configured using mux, pinctrl, pinctrl-names > - XRES, Reset, Low active > -- dcdc-en-gpios: phandle of the gpio for power ic line > - Power IC supply enable, High active > - > -Example: > - > - dsi0: qcom,mdss_dsi@4700000 { > - panel@0 { > - compatible = "jdi,lt070me05000"; > - reg = <0>; > - > - vddp-supply = <&pm8921_l17>; > - iovcc-supply = <&pm8921_lvs7>; > - > - enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>; > - reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>; > - dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>; > - }; > - }; > diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > new file mode 100644 > index 000000000000..e0abf68ecb19 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > @@ -0,0 +1,69 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/jdi,lt070me05000.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: JDI model LT070ME05000 1200x1920 7" DSI Panel > + > +maintainers: > + - Vinay Simha BN > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + const: jdi,lt070me05000 > + > + enable-gpios: true > + reg: true > + reset-gpios: true > + > + vddp-supply: > + description: | > + The regulator that provides the supply voltage Power IC supply (3-5V) > + > + iovcc-supply: > + description: | > + The regulator that provides the supply voltage IOVCC, > + power supply for LCM (1.8V) > + > + dcdc-en-gpios: > + description: | > + phandle of the gpio for power ic line > + Power IC supply enable, High active > + > +required: > + - compatible > + - reg > + - vddp-supply > + - iovcc-supply > + - enable-gpios > + - reset-gpios > + - dcdc-en-gpios > + > +additionalProperties: false > + > +examples: > + - | > + #include > + > + dsi: qcom,mdss_dsi@4700000 { dsi { > + #address-cells = <1>; > + #size-cells = <0>; > + > + panel@0 { > + compatible = "jdi,lt070me05000"; > + reg = <0>; > + > + vddp-supply = <&pm8921_l17>; > + iovcc-supply = <&pm8921_lvs7>; > + > + enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>; > + reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>; > + dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>; > + }; > + }; > + > +... > -- > 2.20.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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,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 74BECC4332B for ; Thu, 19 Mar 2020 02:54:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44DAD20773 for ; Thu, 19 Mar 2020 02:54:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584586442; bh=83vtRA6dGiSkpBnL9YoOuNAlxQfx//1kqBunorikx1o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=r+nY9xPMgX6t+WvuuJ4J3CPBd8/idoEakhi2gu7XpdNvUoKkloP8QC4WeugvZUepm MW3m5nuZwRwwcTJHdyfrk7x6y/eUXU8LUdDZCjr88lAMahKuZgC2dO/zjNSDPUMnIM xBdZIKOCp6HEcvmAZJizl91Sk7PcqzSYvs8FguwA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726726AbgCSCyB (ORCPT ); Wed, 18 Mar 2020 22:54:01 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:43881 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726623AbgCSCyB (ORCPT ); Wed, 18 Mar 2020 22:54:01 -0400 Received: by mail-io1-f68.google.com with SMTP id n21so705388ioo.10; Wed, 18 Mar 2020 19:54:00 -0700 (PDT) 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:in-reply-to:user-agent; bh=jRhELSIFosVhDEfSNhPBf3PHkVl8ZbRKQYUpPQ7wXzU=; b=D7qd8tbAS65M9294XGGqKvamUjmAK6EzK50zlVhQiOSvLxw0mV6FbqOIgLtooy7kXg 6avGvV7LWOwrEeqZ2tT/87IJ8nliqENN3Y5E8vAfUgE8L+kBP96VgT+FovYVE36EzWGQ SNbZLULtyeMwBu2RBy6XuTbqIbVYJm1Pk1/mUyqWILXrJOXUXu8Y3et6KnM56HJgHPkh Q2gLvCP1Qao0GvAlz1VoOEzt4F/J5pQ8XHjA1xoQKdNl0FjiqR36C/Gki5aQDrUeoal/ EkjUrIa/Sb3IhO+2OASjNa+AI5tXSVfddI37rTUpL/ZTYW4I1sCDPuqM6VUqJkUCiBCi xr3Q== X-Gm-Message-State: ANhLgQ2+NVYktJaU655xdNWVWFT381B29mAmIcc2x+pdIT8UIX/5FYHR XHqCCyaoK1SEqCNQ87pnUw== X-Google-Smtp-Source: ADFU+vvO6YKwIA3nl5Aq0cvBeeEaRXfOPZCSBBGG5GRV0LI81AIikeYB18kU3nz/ODE3APMAgXW1Kg== X-Received: by 2002:a02:7714:: with SMTP id g20mr1134154jac.88.1584586440057; Wed, 18 Mar 2020 19:54:00 -0700 (PDT) Received: from rob-hp-laptop ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id n23sm323694ild.34.2020.03.18.19.53.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Mar 2020 19:53:59 -0700 (PDT) Received: (nullmailer pid 19802 invoked by uid 1000); Thu, 19 Mar 2020 02:53:56 -0000 Date: Wed, 18 Mar 2020 20:53:56 -0600 From: Rob Herring To: Sam Ravnborg Cc: dri-devel@lists.freedesktop.org, Thierry Reding , devicetree@vger.kernel.org, Alexandre Courbot , Andrzej Hajda , Brian Masney , Chris Zhong , Douglas Anderson , Guido Gunther , Heiko Schocher , Nikolaus Schaller , Hoegeun Kwon , Jagan Teki , Jerry Han , Jonathan Bakker , Laurent Pinchart , Lin Huang , Linus Walleij , linux-spi@vger.kernel.org, Marco Franchi , Marek Belisko , Mark Brown , Maxime Ripard , Maxime Ripard , Nickey Yang , Paul Cercueil , Peter Rosin , Peter Ujfalusi , Purism Kernel Team , Robert Chiras , Sandeep Panda , Stefan Mavrodiev , Tomi Valkeinen , Tony Lindgren , Vinay Simha BN , Werner Johansson Subject: Re: [PATCH v1 12/36] dt-bindings: display: convert jdi,lt070me05000 to DT Schema Message-ID: <20200319025356.GC29911@bogus> References: <20200315134416.16527-1-sam@ravnborg.org> <20200315134416.16527-13-sam@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200315134416.16527-13-sam@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Mar 15, 2020 at 02:43:52PM +0100, Sam Ravnborg wrote: > Signed-off-by: Sam Ravnborg > Cc: Vinay Simha BN > Cc: Thierry Reding > Cc: Sam Ravnborg > --- > .../display/panel/jdi,lt070me05000.txt | 31 --------- > .../display/panel/jdi,lt070me05000.yaml | 69 +++++++++++++++++++ > 2 files changed, 69 insertions(+), 31 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > > diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > deleted file mode 100644 > index 4989c91d505f..000000000000 > --- a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > +++ /dev/null > @@ -1,31 +0,0 @@ > -JDI model LT070ME05000 1200x1920 7" DSI Panel > - > -Required properties: > -- compatible: should be "jdi,lt070me05000" > -- vddp-supply: phandle of the regulator that provides the supply voltage > - Power IC supply (3-5V) > -- iovcc-supply: phandle of the regulator that provides the supply voltage > - IOVCC , power supply for LCM (1.8V) > -- enable-gpios: phandle of gpio for enable line > - LED_EN, LED backlight enable, High active > -- reset-gpios: phandle of gpio for reset line > - This should be 8mA, gpio can be configured using mux, pinctrl, pinctrl-names > - XRES, Reset, Low active > -- dcdc-en-gpios: phandle of the gpio for power ic line > - Power IC supply enable, High active > - > -Example: > - > - dsi0: qcom,mdss_dsi@4700000 { > - panel@0 { > - compatible = "jdi,lt070me05000"; > - reg = <0>; > - > - vddp-supply = <&pm8921_l17>; > - iovcc-supply = <&pm8921_lvs7>; > - > - enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>; > - reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>; > - dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>; > - }; > - }; > diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > new file mode 100644 > index 000000000000..e0abf68ecb19 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > @@ -0,0 +1,69 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/jdi,lt070me05000.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: JDI model LT070ME05000 1200x1920 7" DSI Panel > + > +maintainers: > + - Vinay Simha BN > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + const: jdi,lt070me05000 > + > + enable-gpios: true > + reg: true > + reset-gpios: true > + > + vddp-supply: > + description: | > + The regulator that provides the supply voltage Power IC supply (3-5V) > + > + iovcc-supply: > + description: | > + The regulator that provides the supply voltage IOVCC, > + power supply for LCM (1.8V) > + > + dcdc-en-gpios: > + description: | > + phandle of the gpio for power ic line > + Power IC supply enable, High active > + > +required: > + - compatible > + - reg > + - vddp-supply > + - iovcc-supply > + - enable-gpios > + - reset-gpios > + - dcdc-en-gpios > + > +additionalProperties: false > + > +examples: > + - | > + #include > + > + dsi: qcom,mdss_dsi@4700000 { dsi { > + #address-cells = <1>; > + #size-cells = <0>; > + > + panel@0 { > + compatible = "jdi,lt070me05000"; > + reg = <0>; > + > + vddp-supply = <&pm8921_l17>; > + iovcc-supply = <&pm8921_lvs7>; > + > + enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>; > + reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>; > + dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>; > + }; > + }; > + > +... > -- > 2.20.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 X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 50E76C4332D for ; Thu, 19 Mar 2020 02:54:02 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 26B6820768 for ; Thu, 19 Mar 2020 02:54:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 26B6820768 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D9826E0CD; Thu, 19 Mar 2020 02:54:01 +0000 (UTC) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id BCD186E0CD for ; Thu, 19 Mar 2020 02:54:00 +0000 (UTC) Received: by mail-io1-f65.google.com with SMTP id e20so311056ios.12 for ; Wed, 18 Mar 2020 19:54:00 -0700 (PDT) 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:in-reply-to:user-agent; bh=jRhELSIFosVhDEfSNhPBf3PHkVl8ZbRKQYUpPQ7wXzU=; b=iL5nyke4uGRkgzMFdir9PU4041tW0i/nJKFCyOtzY1uHL5lFonC2GCgIilhnpUGJaK nhdOwMotwG7dHJ5s9GswQ2inxQ12vPKnSw1dmdp85veSMJOJFlYHExh05pNbKyOvIjvn CZYr9WRcVUc6zDNP0emie5t4A2v1eSOLr2TzsSFUrSwVUSVw42EGT1OQ0n/V1enKp3/o bV5On1TiEChCyt8kdhYTRdGkVkyxzlsNYIrM/GiN8QcWV48I0G0yQ9p1boQre4TVLtEF faR1haUVPgpydT20W/V8XoYQolTX61OEQ7+RyxL0+tAeBn0UYHFvOAmqOfPGoEEfrcgK 5X3g== X-Gm-Message-State: ANhLgQ1cIAl4Lv6f9VdVU2mIf/+Wb25pp77RMVzjA0gDwYqXFTNPJflh 7jytq+a3Wz+5ShxbBoYIbw== X-Google-Smtp-Source: ADFU+vvO6YKwIA3nl5Aq0cvBeeEaRXfOPZCSBBGG5GRV0LI81AIikeYB18kU3nz/ODE3APMAgXW1Kg== X-Received: by 2002:a02:7714:: with SMTP id g20mr1134154jac.88.1584586440057; Wed, 18 Mar 2020 19:54:00 -0700 (PDT) Received: from rob-hp-laptop ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id n23sm323694ild.34.2020.03.18.19.53.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Mar 2020 19:53:59 -0700 (PDT) Received: (nullmailer pid 19802 invoked by uid 1000); Thu, 19 Mar 2020 02:53:56 -0000 Date: Wed, 18 Mar 2020 20:53:56 -0600 From: Rob Herring To: Sam Ravnborg Subject: Re: [PATCH v1 12/36] dt-bindings: display: convert jdi,lt070me05000 to DT Schema Message-ID: <20200319025356.GC29911@bogus> References: <20200315134416.16527-1-sam@ravnborg.org> <20200315134416.16527-13-sam@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200315134416.16527-13-sam@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) 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: Maxime Ripard , Nikolaus Schaller , Jonathan Bakker , Sandeep Panda , dri-devel@lists.freedesktop.org, Paul Cercueil , Andrzej Hajda , Thierry Reding , Laurent Pinchart , Chris Zhong , Marco Franchi , Stefan Mavrodiev , Jerry Han , Hoegeun Kwon , Tony Lindgren , Nickey Yang , Tomi Valkeinen , Jagan Teki , Robert Chiras , Vinay Simha BN , Marek Belisko , Heiko Schocher , Brian Masney , devicetree@vger.kernel.org, Guido Gunther , Mark Brown , Alexandre Courbot , Werner Johansson , Purism Kernel Team , Peter Ujfalusi , Lin Huang , Douglas Anderson , linux-spi@vger.kernel.org, Peter Rosin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, Mar 15, 2020 at 02:43:52PM +0100, Sam Ravnborg wrote: > Signed-off-by: Sam Ravnborg > Cc: Vinay Simha BN > Cc: Thierry Reding > Cc: Sam Ravnborg > --- > .../display/panel/jdi,lt070me05000.txt | 31 --------- > .../display/panel/jdi,lt070me05000.yaml | 69 +++++++++++++++++++ > 2 files changed, 69 insertions(+), 31 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > > diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > deleted file mode 100644 > index 4989c91d505f..000000000000 > --- a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt > +++ /dev/null > @@ -1,31 +0,0 @@ > -JDI model LT070ME05000 1200x1920 7" DSI Panel > - > -Required properties: > -- compatible: should be "jdi,lt070me05000" > -- vddp-supply: phandle of the regulator that provides the supply voltage > - Power IC supply (3-5V) > -- iovcc-supply: phandle of the regulator that provides the supply voltage > - IOVCC , power supply for LCM (1.8V) > -- enable-gpios: phandle of gpio for enable line > - LED_EN, LED backlight enable, High active > -- reset-gpios: phandle of gpio for reset line > - This should be 8mA, gpio can be configured using mux, pinctrl, pinctrl-names > - XRES, Reset, Low active > -- dcdc-en-gpios: phandle of the gpio for power ic line > - Power IC supply enable, High active > - > -Example: > - > - dsi0: qcom,mdss_dsi@4700000 { > - panel@0 { > - compatible = "jdi,lt070me05000"; > - reg = <0>; > - > - vddp-supply = <&pm8921_l17>; > - iovcc-supply = <&pm8921_lvs7>; > - > - enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>; > - reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>; > - dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>; > - }; > - }; > diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > new file mode 100644 > index 000000000000..e0abf68ecb19 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml > @@ -0,0 +1,69 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/jdi,lt070me05000.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: JDI model LT070ME05000 1200x1920 7" DSI Panel > + > +maintainers: > + - Vinay Simha BN > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + const: jdi,lt070me05000 > + > + enable-gpios: true > + reg: true > + reset-gpios: true > + > + vddp-supply: > + description: | > + The regulator that provides the supply voltage Power IC supply (3-5V) > + > + iovcc-supply: > + description: | > + The regulator that provides the supply voltage IOVCC, > + power supply for LCM (1.8V) > + > + dcdc-en-gpios: > + description: | > + phandle of the gpio for power ic line > + Power IC supply enable, High active > + > +required: > + - compatible > + - reg > + - vddp-supply > + - iovcc-supply > + - enable-gpios > + - reset-gpios > + - dcdc-en-gpios > + > +additionalProperties: false > + > +examples: > + - | > + #include > + > + dsi: qcom,mdss_dsi@4700000 { dsi { > + #address-cells = <1>; > + #size-cells = <0>; > + > + panel@0 { > + compatible = "jdi,lt070me05000"; > + reg = <0>; > + > + vddp-supply = <&pm8921_l17>; > + iovcc-supply = <&pm8921_lvs7>; > + > + enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>; > + reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>; > + dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>; > + }; > + }; > + > +... > -- > 2.20.1 > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel