From: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
To: Biju <biju.das.au@gmail.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>, David Airlie <airlied@gmail.com>,
Simona Vetter <simona@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
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>,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v2 1/2] dt-bindings: display: bridge: Document Renesas RZ/G3L LVDS encoder
Date: Tue, 26 May 2026 09:06:58 +0200 [thread overview]
Message-ID: <ahVGkvLudN2c7VM7@tom-desktop> (raw)
In-Reply-To: <20260524194457.479681-2-biju.das.jz@bp.renesas.com>
Hi Biju,
Thanks for your patch.
On Sun, May 24, 2026 at 08:44:50PM +0100, Biju wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
>
> Document the LVDS encoder IP found on the RZ/G3L SoC. It supports
> single-link mode. LVDS and the DSI interface share a peripheral clock and
> the MIPI_DSI_PRESET_N reset signal. However, the LVDS module cannot be
> used at the same time as MIPI-DSI.
>
Same here, this should be v3 instead of v2.
Apart from that patch LGTM.
Reviewed-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Kind Regards,
Tommaso
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> v2->v3:
> * No change.
> v1->v2:
> * Collected tag.
> ---
> .../bridge/renesas,r9a08g046-lvds.yaml | 128 ++++++++++++++++++
> 1 file changed, 128 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/bridge/renesas,r9a08g046-lvds.yaml
>
> diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,r9a08g046-lvds.yaml b/Documentation/devicetree/bindings/display/bridge/renesas,r9a08g046-lvds.yaml
> new file mode 100644
> index 000000000000..b1f6d020ae7b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/bridge/renesas,r9a08g046-lvds.yaml
> @@ -0,0 +1,128 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/bridge/renesas,r9a08g046-lvds.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Renesas RZ/G3L LVDS Encoder
> +
> +maintainers:
> + - Biju Das <biju.das.jz@bp.renesas.com>
> + - Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
> +
> +description: |
> + This binding describe the LVDS encoder embedded in the Renesas RZ/G3L
> + SoC. The encoder can operate in LVDS Single-link mode with 4 lanes
> + (Data) + 1 lane (Clock).
> +
> +properties:
> + compatible:
> + const: renesas,r9a08g046-lvds
> +
> + reg:
> + maxItems: 1
> +
> + clocks:
> + items:
> + - description: Peripheral clock
> + - description: PHY clock
> + - description: Dot clock
> +
> + clock-names:
> + items:
> + - const: pclk
> + - const: phyclk
> + - const: dotclk
> +
> + resets:
> + items:
> + - description: LVDS_RESET_N
> + - description: MIPI_DSI_PRESET_N
> + - description: MIPI_DSI_CMN_RSTB
> + - description: MIPI_DSI_ARESET_N
> +
> + reset-names:
> + items:
> + - const: lvdrst
> + - const: prst
> + - const: rst
> + - const: arst
> +
> + power-domains:
> + maxItems: 1
> +
> + ports:
> + $ref: /schemas/graph.yaml#/properties/ports
> +
> + properties:
> + port@0:
> + $ref: /schemas/graph.yaml#/properties/port
> + description: Input channel, directly connected to the Display Unit.
> +
> + port@1:
> + $ref: /schemas/graph.yaml#/properties/port
> + description: |
> + Output channel, directly connected to the LVDS panel or bridge.
> +
> + required:
> + - port@0
> + - port@1
> +
> +required:
> + - compatible
> + - reg
> + - clocks
> + - clock-names
> + - resets
> + - reset-names
> + - power-domains
> + - ports
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/clock/renesas,r9a08g046-cpg.h>
> +
> + lvds-cmn@108a0000 {
> + compatible = "renesas,r9a08g046-lvds-cmn",
> + "simple-mfd", "syscon";
> + reg = <0x108a0000 0x10000>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> +
> + lvds0: lvds@10 {
> + compatible = "renesas,r9a08g046-lvds";
> + reg = <0x10 0x8>;
> + clocks = <&cpg CPG_MOD R9A08G046_MIPI_DSI_PCLK>,
> + <&cpg CPG_MOD R9A08G046_LVDS_PLLCLK>,
> + <&cpg CPG_MOD R9A08G046_LVDS_CLK_DOT0>;
> + clock-names = "pclk", "phyclk", "dotclk";
> + resets = <&cpg R9A08G046_LVDS_RESET_N>,
> + <&cpg R9A08G046_MIPI_DSI_PRESET_N>,
> + <&cpg R9A08G046_MIPI_DSI_CMN_RSTB>,
> + <&cpg R9A08G046_MIPI_DSI_ARESET_N>;
> + reset-names = "lvdrst", "prst", "rst", "arst";
> + power-domains = <&cpg>;
> +
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> + lvds0_in: endpoint {
> + remote-endpoint = <&du_out_lvds0>;
> + };
> + };
> +
> + port@1 {
> + reg = <1>;
> + lvds0_out: endpoint {
> + remote-endpoint = <&panel_in>;
> + };
> + };
> + };
> + };
> + };
> +...
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-05-26 7:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-24 19:44 [PATCH v2 0/2] Add support for Renesas RZ/G3L LVDS encoder Biju
2026-05-24 19:44 ` [PATCH v2 1/2] dt-bindings: display: bridge: Document " Biju
2026-05-24 19:58 ` sashiko-bot
2026-05-25 7:45 ` Biju Das
2026-05-25 17:07 ` Conor Dooley
2026-06-01 2:26 ` Rob Herring
2026-06-01 10:21 ` Biju Das
2026-06-01 10:44 ` Biju Das
2026-05-26 7:06 ` Tommaso Merciai [this message]
2026-05-26 7:10 ` Biju Das
2026-05-24 19:44 ` [PATCH v2 2/2] drm: renesas: rz-du: Add support for " Biju
2026-05-26 7:04 ` Tommaso Merciai
2026-05-26 7:08 ` Biju Das
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=ahVGkvLudN2c7VM7@tom-desktop \
--to=tommaso.merciai.xr@bp.renesas.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=biju.das.au@gmail.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert+renesas@glider.be \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=luca.ceresoli@bootlin.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=magnus.damm@gmail.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=rfoss@kernel.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.