Message ID | 1564731249-22671-2-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Kieran Bingham |
Headers | show |
Series | Add dual-LVDS panel support to EK874 | expand |
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 <fabrizio.castro@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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:
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:
Document RZ/G2E support for property renesas,companion. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)