devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: "H. Nikolaus Schaller" <hns@goldelico.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, letux-kernel@openphoenux.org,
	David Airlie <airlied@linux.ie>,
	marek.belisko@gmail.com, linux-kernel@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	tomi.valkeinen@ti.com, Thierry Reding <thierry.reding@gmail.com>,
	dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp, lq070y3dg3b panel
Date: Tue, 25 Jun 2019 22:41:40 +0200	[thread overview]
Message-ID: <20190625204140.GE18595@ravnborg.org> (raw)
In-Reply-To: <ee90ed56d2c294ce8ac3b44bf2229c5ab9f85e91.1559905870.git.hns@goldelico.com>

On Fri, Jun 07, 2019 at 01:11:11PM +0200, H. Nikolaus Schaller wrote:
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
> ---
>  .../bindings/display/panel/sharp,lq070y3dg3b.txt     | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt b/Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt
> new file mode 100644
> index 000000000000..95534b55ee5f
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt
> @@ -0,0 +1,12 @@
> +Sharp LQ070Y3DG3B 7.0" WVGA landscape TFT LCD panel
> +
> +Required properties:
> +- compatible: should be "sharp,lq070y3dg3b"
> +
> +Optional properties:
> +- enable-gpios: GPIO pin to enable or disable the panel
> +- backlight: phandle of the backlight device attached to the panel
> +- power-supply: phandle of the regulator that provides the supply voltage
> +
> +This binding is compatible with the simple-panel binding, which is specified
> +in simple-panel.txt in this directory.
> -- 
> 2.19.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2019-06-25 20:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 11:11 [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b H. Nikolaus Schaller
2019-06-07 11:11 ` [PATCH v3 1/5] drm/panel: simple: Add Sharp LQ070Y3DG3B panel support H. Nikolaus Schaller
2019-06-25 20:39   ` Sam Ravnborg
2019-06-07 11:11 ` [PATCH v3 2/5] drm/panel: simple: Add Ortustech COM37H3M " H. Nikolaus Schaller
2019-06-25 20:40   ` Sam Ravnborg
2019-06-07 11:11 ` [PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel H. Nikolaus Schaller
2019-06-25 20:26   ` [PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech, com37h3m05dtc panel Sam Ravnborg
2019-07-09  1:57   ` [PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel Rob Herring
2019-06-07 11:11 ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel H. Nikolaus Schaller
2019-06-25 20:40   ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech, com37h3m99dtc panel Sam Ravnborg
2019-07-09  1:58   ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel Rob Herring
2019-06-07 11:11 ` [PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel H. Nikolaus Schaller
2019-06-25 20:41   ` Sam Ravnborg [this message]
2019-07-09  1:58   ` Rob Herring
2019-06-24 18:44 ` [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b H. Nikolaus Schaller
2019-06-25 20:43   ` Sam Ravnborg
2019-06-26  7:33     ` Sam Ravnborg
2019-06-26 12:40       ` H. Nikolaus Schaller
2019-07-17 17:33         ` [Letux-kernel] " H. Nikolaus Schaller
2019-07-17 18:14           ` Sam Ravnborg
2019-07-23  6:59             ` H. Nikolaus Schaller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190625204140.GE18595@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hns@goldelico.com \
    --cc=letux-kernel@openphoenux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=marek.belisko@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tomi.valkeinen@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).