2019-08-02 12:42:36

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH/RFC 01/12] dt-bindings: display: renesas: lvds: RZ/G2E needs renesas,companion too

Document RZ/G2E support for property renesas,companion.

Signed-off-by: Fabrizio Castro <[email protected]>
---
Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
index c6a196d..dece79e 100644
--- a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
+++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
@@ -49,9 +49,9 @@ Each port shall have a single endpoint.
Optional properties:

- renesas,companion : phandle to the companion LVDS encoder. This property is
- mandatory for the first LVDS encoder on D3 and E3 SoCs, and shall point to
- the second encoder to be used as a companion in dual-link mode. It shall not
- be set for any other LVDS encoder.
+ mandatory for the first LVDS encoder on R-Car D3, R-Car E3, and RZ/G2E SoCs,
+ and shall point to the second encoder to be used as a companion in dual-link
+ mode. It shall not be set for any other LVDS encoder.


Example:
--
2.7.4


2019-08-02 12:55:39

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH/RFC 01/12] dt-bindings: display: renesas: lvds: RZ/G2E needs renesas,companion too

Hello Fabrizio,

Thank you for the patch.

On Fri, Aug 02, 2019 at 08:33:58AM +0100, Fabrizio Castro wrote:
> Document RZ/G2E support for property renesas,companion.
>
> Signed-off-by: Fabrizio Castro <[email protected]>

Reviewed-by: Laurent Pinchart <[email protected]>

and taken in my tree.

> ---
> Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
> index c6a196d..dece79e 100644
> --- a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
> +++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
> @@ -49,9 +49,9 @@ Each port shall have a single endpoint.
> Optional properties:
>
> - renesas,companion : phandle to the companion LVDS encoder. This property is
> - mandatory for the first LVDS encoder on D3 and E3 SoCs, and shall point to
> - the second encoder to be used as a companion in dual-link mode. It shall not
> - be set for any other LVDS encoder.
> + mandatory for the first LVDS encoder on R-Car D3, R-Car E3, and RZ/G2E SoCs,
> + and shall point to the second encoder to be used as a companion in dual-link
> + mode. It shall not be set for any other LVDS encoder.
>
>
> Example:

--
Regards,

Laurent Pinchart