devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings
@ 2018-01-18 21:05 Sergei Shtylyov
  2018-01-29 19:02 ` Rob Herring
  2018-03-07 17:18 ` [PATCH v2 1/2] DT: display: renesas, du: " Laurent Pinchart
  0 siblings, 2 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2018-01-18 21:05 UTC (permalink / raw)
  To: Laurent Pinchart, David Airlie, Rob Herring, Mark Rutland,
	dri-devel, linux-renesas-soc, devicetree
  Cc: Sergei Shtylyov

[-- Attachment #1: DT-display-renesas,du-document-R8A77970-bindings-v2.patch --]
[-- Type: text/plain, Size: 1432 bytes --]

Document the R-Car V3M (R8A77970) SoC in the R-Car DU bindings.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
Changes in version 2:
- documented  R8A77970 DU ports;
- patch split from the main R8A77970 DU support patch.

 Documentation/devicetree/bindings/display/renesas,du.txt |    2 ++
 1 file changed, 2 insertions(+)

Index: linux/Documentation/devicetree/bindings/display/renesas,du.txt
===================================================================
--- linux.orig/Documentation/devicetree/bindings/display/renesas,du.txt
+++ linux/Documentation/devicetree/bindings/display/renesas,du.txt
@@ -13,6 +13,7 @@ Required Properties:
     - "renesas,du-r8a7794" for R8A7794 (R-Car E2) compatible DU
     - "renesas,du-r8a7795" for R8A7795 (R-Car H3) compatible DU
     - "renesas,du-r8a7796" for R8A7796 (R-Car M3-W) compatible DU
+    - "renesas,du-r8a77970" for R8A77970 (R-Car V3M) compatible DU
 
   - reg: A list of base address and length of each memory resource, one for
     each entry in the reg-names property.
@@ -63,6 +64,7 @@ corresponding to each DU output.
  R8A7794 (R-Car E2)   DPAD 0         DPAD 1         -              -
  R8A7795 (R-Car H3)   DPAD 0         HDMI 0         HDMI 1         LVDS 0
  R8A7796 (R-Car M3-W) DPAD 0         HDMI 0         LVDS 0         -
+ R8A77970 (R-Car V3M) DPAD 0         LVDS 0         -              -
 
 
 Example: R8A7795 (R-Car H3) ES2.0 DU

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

* Re: [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings
  2018-01-18 21:05 [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings Sergei Shtylyov
@ 2018-01-29 19:02 ` Rob Herring
  2018-01-29 19:33   ` Sergei Shtylyov
  2018-03-07 17:18 ` [PATCH v2 1/2] DT: display: renesas, du: " Laurent Pinchart
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-01-29 19:02 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, David Airlie, dri-devel,
	linux-renesas-soc, Laurent Pinchart

On Fri, Jan 19, 2018 at 12:05:58AM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3M (R8A77970) SoC in the R-Car DU bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> Changes in version 2:
> - documented  R8A77970 DU ports;
> - patch split from the main R8A77970 DU support patch.
> 
>  Documentation/devicetree/bindings/display/renesas,du.txt |    2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

The preferred subject prefix is "dt-bindings: display: ..."
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings
  2018-01-29 19:02 ` Rob Herring
@ 2018-01-29 19:33   ` Sergei Shtylyov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2018-01-29 19:33 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, devicetree, David Airlie, dri-devel,
	linux-renesas-soc, Laurent Pinchart

On 01/29/2018 10:02 PM, Rob Herring wrote:

>> Document the R-Car V3M (R8A77970) SoC in the R-Car DU bindings.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> ---
>> Changes in version 2:
>> - documented  R8A77970 DU ports;
>> - patch split from the main R8A77970 DU support patch.
>>
>>  Documentation/devicetree/bindings/display/renesas,du.txt |    2 ++
>>  1 file changed, 2 insertions(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

   Thank you!
 
> The preferred subject prefix is "dt-bindings: display: ..."

   I use it for the stuff in include/dt-bindings/. :-)

MBR, Sergei
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] DT: display: renesas, du: document R8A77970 bindings
  2018-01-18 21:05 [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings Sergei Shtylyov
  2018-01-29 19:02 ` Rob Herring
@ 2018-03-07 17:18 ` Laurent Pinchart
  1 sibling, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2018-03-07 17:18 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, David Airlie, dri-devel,
	linux-renesas-soc, Rob Herring

Hi Sergei,

Thank you for the patch.

On Thursday, 18 January 2018 23:05:58 EET Sergei Shtylyov wrote:
> Document the R-Car V3M (R8A77970) SoC in the R-Car DU bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

and applied to my tree with the subject prefixed changed per Rob's request.

> ---
> Changes in version 2:
> - documented  R8A77970 DU ports;
> - patch split from the main R8A77970 DU support patch.
> 
>  Documentation/devicetree/bindings/display/renesas,du.txt |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: linux/Documentation/devicetree/bindings/display/renesas,du.txt
> ===================================================================
> --- linux.orig/Documentation/devicetree/bindings/display/renesas,du.txt
> +++ linux/Documentation/devicetree/bindings/display/renesas,du.txt
> @@ -13,6 +13,7 @@ Required Properties:
>      - "renesas,du-r8a7794" for R8A7794 (R-Car E2) compatible DU
>      - "renesas,du-r8a7795" for R8A7795 (R-Car H3) compatible DU
>      - "renesas,du-r8a7796" for R8A7796 (R-Car M3-W) compatible DU
> +    - "renesas,du-r8a77970" for R8A77970 (R-Car V3M) compatible DU
> 
>    - reg: A list of base address and length of each memory resource, one for
> each entry in the reg-names property.
> @@ -63,6 +64,7 @@ corresponding to each DU output.
>   R8A7794 (R-Car E2)   DPAD 0         DPAD 1         -              -
>   R8A7795 (R-Car H3)   DPAD 0         HDMI 0         HDMI 1         LVDS 0
>   R8A7796 (R-Car M3-W) DPAD 0         HDMI 0         LVDS 0         -
> + R8A77970 (R-Car V3M) DPAD 0         LVDS 0         -              -
> 
> 
>  Example: R8A7795 (R-Car H3) ES2.0 DU


-- 
Regards,

Laurent Pinchart

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

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

end of thread, other threads:[~2018-03-07 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-18 21:05 [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings Sergei Shtylyov
2018-01-29 19:02 ` Rob Herring
2018-01-29 19:33   ` Sergei Shtylyov
2018-03-07 17:18 ` [PATCH v2 1/2] DT: display: renesas, du: " Laurent Pinchart

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