devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] of: add URT UMSH-8596MD-xT panel DT bindings
@ 2015-10-07 21:00 Maciej S. Szmigiero
  2015-10-08  8:27 ` Thierry Reding
  0 siblings, 1 reply; 3+ messages in thread
From: Maciej S. Szmigiero @ 2015-10-07 21:00 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, David Airlie,
	linux-kernel, Thierry Reding

This patch adds DT bindings for United Radiant Technology
UMSH-8596MD-xT 7.0" WVGA TFT LCD panels.

Signed-off-by: Maciej Szmigiero <mail-APzI5cXaD1zVlRWJc41N0YvC60bnQu0Y@public.gmane.org>
---
 Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt

diff --git a/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt b/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
new file mode 100644
index 0000000..57c5fa4
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
@@ -0,0 +1,12 @@
+United Radiant Technology UMSH-8596MD-xT 7.0" WVGA TFT LCD panel
+
+Supported are LVDS versions (-11T, -19T) and parallel ones
+(-T, -1T, -7T, -20T).
+
+Required properties:
+- compatible: should be one of:
+  "urt,umsh-8596md-t", "urt,umsh-8596md-1t", "urt,umsh-8596md-7t",
+  "urt,umsh-8596md-11t", "urt,umsh-8596md-19t" or "urt,umsh-8596md-20t".
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/3] of: add URT UMSH-8596MD-xT panel DT bindings
  2015-10-07 21:00 [PATCH 2/3] of: add URT UMSH-8596MD-xT panel DT bindings Maciej S. Szmigiero
@ 2015-10-08  8:27 ` Thierry Reding
  2015-10-13 13:30   ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Thierry Reding @ 2015-10-08  8:27 UTC (permalink / raw)
  To: Maciej S. Szmigiero, Rob Herring
  Cc: Mark Rutland, devicetree@vger.kernel.org, Pawel Moll,
	Ian Campbell, linux-kernel, dri-devel, Kumar Gala


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

On Wed, Oct 07, 2015 at 11:00:51PM +0200, Maciej S. Szmigiero wrote:
> This patch adds DT bindings for United Radiant Technology
> UMSH-8596MD-xT 7.0" WVGA TFT LCD panels.
> 
> Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
> ---
>  Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
> 
> diff --git a/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt b/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
> new file mode 100644
> index 0000000..57c5fa4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
> @@ -0,0 +1,12 @@
> +United Radiant Technology UMSH-8596MD-xT 7.0" WVGA TFT LCD panel
> +
> +Supported are LVDS versions (-11T, -19T) and parallel ones
> +(-T, -1T, -7T, -20T).
> +
> +Required properties:
> +- compatible: should be one of:
> +  "urt,umsh-8596md-t", "urt,umsh-8596md-1t", "urt,umsh-8596md-7t",
> +  "urt,umsh-8596md-11t", "urt,umsh-8596md-19t" or "urt,umsh-8596md-20t".

I'd probably list each of these on a single line for slightly more
clarity, but no need to respin because of that.

Rob, I remember there was some discussion a while back on whether or not
there should be a standard way of describing lists of compatible values,
do you know if anything was ever concluded on that topic?

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/3] of: add URT UMSH-8596MD-xT panel DT bindings
  2015-10-08  8:27 ` Thierry Reding
@ 2015-10-13 13:30   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2015-10-13 13:30 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Maciej S. Szmigiero, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dri-devel,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, David Airlie,
	linux-kernel

On Thu, Oct 8, 2015 at 3:27 AM, Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Wed, Oct 07, 2015 at 11:00:51PM +0200, Maciej S. Szmigiero wrote:
>> This patch adds DT bindings for United Radiant Technology
>> UMSH-8596MD-xT 7.0" WVGA TFT LCD panels.
>>
>> Signed-off-by: Maciej Szmigiero <mail-APzI5cXaD1zVlRWJc41N0YvC60bnQu0Y@public.gmane.org>
>> ---
>>  Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt | 12 ++++++++++++
>>  1 file changed, 12 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
>>
>> diff --git a/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt b/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
>> new file mode 100644
>> index 0000000..57c5fa4
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/panel/urt,umsh-8596md.txt
>> @@ -0,0 +1,12 @@
>> +United Radiant Technology UMSH-8596MD-xT 7.0" WVGA TFT LCD panel
>> +
>> +Supported are LVDS versions (-11T, -19T) and parallel ones
>> +(-T, -1T, -7T, -20T).
>> +
>> +Required properties:
>> +- compatible: should be one of:
>> +  "urt,umsh-8596md-t", "urt,umsh-8596md-1t", "urt,umsh-8596md-7t",
>> +  "urt,umsh-8596md-11t", "urt,umsh-8596md-19t" or "urt,umsh-8596md-20t".
>
> I'd probably list each of these on a single line for slightly more
> clarity, but no need to respin because of that.
>
> Rob, I remember there was some discussion a while back on whether or not
> there should be a standard way of describing lists of compatible values,
> do you know if anything was ever concluded on that topic?

We're working to move the documentation to YAML and describe
constraints like this with logic expressions, but we haven't settled
on anything yet. This case will probably be just one string per line.

Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-13 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 21:00 [PATCH 2/3] of: add URT UMSH-8596MD-xT panel DT bindings Maciej S. Szmigiero
2015-10-08  8:27 ` Thierry Reding
2015-10-13 13:30   ` Rob Herring

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).