Message ID | 1573660292-10629-5-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Kieran Bingham |
Headers | show |
Series | Add LCD panel support to iwg20d | expand |
On Wed, 13 Nov 2019 15:51:23 +0000, Fabrizio Castro wrote: > Compatible string "ti,sn75lvds83" is being used by device tree > rk3188-bqedison2qc.dts, but it's not documented anywhere, therefore > document it within lvds-transmitter.yaml. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > --- > v3->v4: > * New patch > --- > Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi Fabrizio, Thank you for the patch. On Wed, Nov 13, 2019 at 03:51:23PM +0000, Fabrizio Castro wrote: > Compatible string "ti,sn75lvds83" is being used by device tree > rk3188-bqedison2qc.dts, but it's not documented anywhere, therefore > document it within lvds-transmitter.yaml. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > v3->v4: > * New patch > --- > Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml > index a8326ce..27de616 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml > @@ -37,6 +37,7 @@ properties: > - enum: > - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer > - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer > + - ti,sn75lvds83 # For the TI SN75LVDS83 FlatLink transmitter > - const: lvds-encoder # Generic LVDS encoder compatible fallback > > ports:
diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml index a8326ce..27de616 100644 --- a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml +++ b/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml @@ -37,6 +37,7 @@ properties: - enum: - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer + - ti,sn75lvds83 # For the TI SN75LVDS83 FlatLink transmitter - const: lvds-encoder # Generic LVDS encoder compatible fallback ports:
Compatible string "ti,sn75lvds83" is being used by device tree rk3188-bqedison2qc.dts, but it's not documented anywhere, therefore document it within lvds-transmitter.yaml. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> --- v3->v4: * New patch --- Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml | 1 + 1 file changed, 1 insertion(+)