devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Gary Bisson <gary.bisson@boundarydevices.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	pawel.moll@arm.com, ijc+devicetree@hellion.org.uk,
	eric.nelson@boundarydevices.com, dri-devel@lists.freedesktop.org,
	robh+dt@kernel.org, galak@codeaurora.org
Subject: Re: [PATCH v3 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP
Date: Thu, 13 Aug 2015 14:32:39 +0200	[thread overview]
Message-ID: <20150813123238.GE11095@ulmo> (raw)
In-Reply-To: <1433954663-31444-3-git-send-email-gary.bisson@boundarydevices.com>


[-- Attachment #1.1: Type: text/plain, Size: 1326 bytes --]

On Wed, Jun 10, 2015 at 06:44:23PM +0200, Gary Bisson wrote:
> Add support for the Okaya RS800480T-7X0GP to the DRM simple panel
> driver.
> 
> The RS800480T-7X0GP is a WVGA (800x480) panel with an 18-bit parallel
> LCD interface. It supports pixel clocks in the range of 30-40 MHz.
> 
> This panel details can be found at:
> http://boundarydevices.com/product/7-800x480-display/
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  .../bindings/panel/okaya,rs800480t_7x0gp.txt       |  7 +++++
>  drivers/gpu/drm/panel/panel-simple.c               | 33 ++++++++++++++++++++++
>  2 files changed, 40 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/panel/okaya,rs800480t_7x0gp.txt
> 
> diff --git a/Documentation/devicetree/bindings/panel/okaya,rs800480t_7x0gp.txt b/Documentation/devicetree/bindings/panel/okaya,rs800480t_7x0gp.txt
> new file mode 100644
> index 0000000..f7c729d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/panel/okaya,rs800480t_7x0gp.txt
> @@ -0,0 +1,7 @@
> +OKAYA Electric America, Inc. RS800480T-7X0GP 7" WVGA LCD panel
> +
> +Required properties:
> +- compatible: should be "okaya,rs800480t_7x0gp"

Underscores are not typically used in compatible strings, so I've
changed this to "okaya,rs800480t-7x0gp".

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2015-08-13 12:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1432827466-8104-1-git-send-email-gary.bisson@boundarydevices.com>
     [not found] ` <1432827466-8104-1-git-send-email-gary.bisson-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>
2015-06-09 15:59   ` [PATCH v2 0/2] Add display timing for Okaya RS800480T-7X0 Gary Bisson
     [not found]     ` <1433865599-8167-1-git-send-email-gary.bisson-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>
2015-06-09 15:59       ` [PATCH v2 1/2] of: add Okaya Electric America vendor prefix Gary Bisson
     [not found]         ` <1433865599-8167-2-git-send-email-gary.bisson-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>
2015-06-09 16:34           ` Rob Herring
2015-06-09 15:59       ` [PATCH v2 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP Gary Bisson
2015-06-09 17:39         ` Philipp Zabel
     [not found]           ` <1433871588.5428.42.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-06-10  8:05             ` Gary Bisson
2015-06-10 16:44   ` [PATCH v3 0/2] Add display timing for Okaya RS800480T-7X0 Gary Bisson
     [not found]     ` <1433954663-31444-1-git-send-email-gary.bisson-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>
2015-06-10 16:44       ` [PATCH v3 1/2] of: add Okaya Electric America vendor prefix Gary Bisson
2015-08-13 12:29         ` Thierry Reding
2015-06-10 16:44       ` [PATCH v3 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP Gary Bisson
2015-08-13 12:32         ` Thierry Reding [this message]
2015-08-13 12:41           ` Gary Bisson
2015-08-05  8:42       ` [PATCH v3 0/2] Add display timing for Okaya RS800480T-7X0 Gary Bisson

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=20150813123238.GE11095@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=eric.nelson@boundarydevices.com \
    --cc=galak@codeaurora.org \
    --cc=gary.bisson@boundarydevices.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    /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).