dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support
@ 2022-11-22 19:54 Biju Das
  2022-11-23 10:40 ` [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Biju Das @ 2022-11-22 19:54 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, David Airlie,
	Daniel Vetter, Rob Herring, Krzysztof Kozlowski
  Cc: Fabrizio Castro, devicetree, Jernej Skrabec, Geert Uytterhoeven,
	Jonas Karlman, dri-devel, linux-renesas-soc, Laurent Pinchart,
	Biju Das

Document RZ/V2L DSI bindings. RZ/V2L MIPI DSI is identical to one found on
the RZ/G2L SoC. No driver changes are required as generic compatible
string "renesas,rzg2l-mipi-dsi" will be used as a fallback.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 .../devicetree/bindings/display/bridge/renesas,dsi.yaml          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml b/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
index 131d5b63ec4f..e08c24633926 100644
--- a/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
@@ -22,6 +22,7 @@ properties:
     items:
       - enum:
           - renesas,r9a07g044-mipi-dsi # RZ/G2{L,LC}
+          - renesas,r9a07g054-mipi-dsi # RZ/V2L
       - const: renesas,rzg2l-mipi-dsi
 
   reg:
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: Document RZ/V2L support
  2022-11-22 19:54 [PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support Biju Das
@ 2022-11-23 10:40 ` Krzysztof Kozlowski
  2022-11-24  8:27 ` Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-23 10:40 UTC (permalink / raw)
  To: Biju Das, Andrzej Hajda, Neil Armstrong, Robert Foss,
	David Airlie, Daniel Vetter, Rob Herring, Krzysztof Kozlowski
  Cc: Fabrizio Castro, devicetree, Jernej Skrabec, Geert Uytterhoeven,
	Jonas Karlman, dri-devel, linux-renesas-soc, Laurent Pinchart

On 22/11/2022 20:54, Biju Das wrote:
> Document RZ/V2L DSI bindings. RZ/V2L MIPI DSI is identical to one found on
> the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-mipi-dsi" will be used as a fallback.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: Document RZ/V2L support
  2022-11-22 19:54 [PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support Biju Das
  2022-11-23 10:40 ` [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: " Krzysztof Kozlowski
@ 2022-11-24  8:27 ` Geert Uytterhoeven
  2023-01-17 10:35 ` Biju Das
  2023-01-19  7:44 ` Neil Armstrong
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-11-24  8:27 UTC (permalink / raw)
  To: Biju Das
  Cc: Fabrizio Castro, Neil Armstrong, Jernej Skrabec, Andrzej Hajda,
	Krzysztof Kozlowski, Jonas Karlman, dri-devel, Robert Foss,
	linux-renesas-soc, devicetree, Rob Herring, Laurent Pinchart

On Tue, Nov 22, 2022 at 8:54 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Document RZ/V2L DSI bindings. RZ/V2L MIPI DSI is identical to one found on
> the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-mipi-dsi" will be used as a fallback.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* RE: [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: Document RZ/V2L support
  2022-11-22 19:54 [PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support Biju Das
  2022-11-23 10:40 ` [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: " Krzysztof Kozlowski
  2022-11-24  8:27 ` Geert Uytterhoeven
@ 2023-01-17 10:35 ` Biju Das
  2023-01-19  7:44 ` Neil Armstrong
  3 siblings, 0 replies; 5+ messages in thread
From: Biju Das @ 2023-01-17 10:35 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, David Airlie,
	Daniel Vetter, Rob Herring, Krzysztof Kozlowski,
	Laurent Pinchart, Geert Uytterhoeven
  Cc: devicetree, Jernej Skrabec, Jonas Karlman, Fabrizio Castro,
	linux-renesas-soc, dri-devel

Hi All,

Gentle ping. 

It is acked by Krzysztof Kozlowski and Reviewed by Geert.

It is blocking for accepting SoC dtsi patches[1] through renesas-soc tree

[1] https://lore.kernel.org/all/20221122213529.2103849-1-biju.das.jz@bp.renesas.com

Cheers,
Biju

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: 22 November 2022 19:54
> To: Andrzej Hajda <andrzej.hajda@intel.com>; Neil Armstrong
> <neil.armstrong@linaro.org>; Robert Foss <robert.foss@linaro.org>; David
> Airlie <airlied@gmail.com>; Daniel Vetter <daniel@ffwll.ch>; Rob Herring
> <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; Laurent Pinchart
> <Laurent.pinchart@ideasonboard.com>; Jonas Karlman <jonas@kwiboo.se>; Jernej
> Skrabec <jernej.skrabec@gmail.com>; dri-devel@lists.freedesktop.org;
> devicetree@vger.kernel.org; Geert Uytterhoeven <geert+renesas@glider.be>;
> Fabrizio Castro <fabrizio.castro.jz@renesas.com>; linux-renesas-
> soc@vger.kernel.org
> Subject: [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi:
> Document RZ/V2L support
> 
> Document RZ/V2L DSI bindings. RZ/V2L MIPI DSI is identical to one found on
> the RZ/G2L SoC. No driver changes are required as generic compatible string
> "renesas,rzg2l-mipi-dsi" will be used as a fallback.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
>  .../devicetree/bindings/display/bridge/renesas,dsi.yaml          | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git
> a/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
> b/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
> index 131d5b63ec4f..e08c24633926 100644
> --- a/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml
> @@ -22,6 +22,7 @@ properties:
>      items:
>        - enum:
>            - renesas,r9a07g044-mipi-dsi # RZ/G2{L,LC}
> +          - renesas,r9a07g054-mipi-dsi # RZ/V2L
>        - const: renesas,rzg2l-mipi-dsi
> 
>    reg:
> --
> 2.25.1


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

* Re: [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: Document RZ/V2L support
  2022-11-22 19:54 [PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support Biju Das
                   ` (2 preceding siblings ...)
  2023-01-17 10:35 ` Biju Das
@ 2023-01-19  7:44 ` Neil Armstrong
  3 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2023-01-19  7:44 UTC (permalink / raw)
  To: Andrzej Hajda, Robert Foss, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Biju Das
  Cc: Fabrizio Castro, devicetree, Jernej Skrabec, Geert Uytterhoeven,
	Jonas Karlman, dri-devel, linux-renesas-soc, Laurent Pinchart

Hi,

On Tue, 22 Nov 2022 19:54:13 +0000, Biju Das wrote:
> Document RZ/V2L DSI bindings. RZ/V2L MIPI DSI is identical to one found on
> the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-mipi-dsi" will be used as a fallback.
> 
> 

Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)

[1/1] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: Document RZ/V2L support
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=ae5a8dce3c86c1ea8e17910c3836b92a406f9ad8

-- 
Neil

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

end of thread, other threads:[~2023-01-19  7:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 19:54 [PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support Biju Das
2022-11-23 10:40 ` [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: " Krzysztof Kozlowski
2022-11-24  8:27 ` Geert Uytterhoeven
2023-01-17 10:35 ` Biju Das
2023-01-19  7:44 ` Neil Armstrong

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