Message ID | 20230826215429.1905599-1-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: display/lvds-codec: add ti,sn65lvds94 | expand |
On Sun, Aug 27, 2023 at 12:54:28AM +0300, Dmitry Baryshkov wrote: > Add compatible strings for TI sn65lvds94, LVDS serdes receiver. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > index 84aafcbf0919..6ceeed76e88e 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -41,6 +41,7 @@ properties: > - enum: > - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver > - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver > + - ti,sn65lvds94 # For the SN65DS94 LVDS serdes > - const: lvds-decoder # Generic LVDS decoders compatible fallback > - enum: > - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer > -- > 2.39.2 >
On 27/08/2023 14:19, Conor Dooley wrote: > On Sun, Aug 27, 2023 at 12:54:28AM +0300, Dmitry Baryshkov wrote: >> Add compatible strings for TI sn65lvds94, LVDS serdes receiver. >> >> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > Acked-by: Conor Dooley <conor.dooley@microchip.com> For the record, patch looks good, but was not tested by automation. Missing Cc-list. Best regards, Krzysztof
On Sun, Aug 27, 2023 at 02:45:30PM +0200, Krzysztof Kozlowski wrote: > On 27/08/2023 14:19, Conor Dooley wrote: > > On Sun, Aug 27, 2023 at 12:54:28AM +0300, Dmitry Baryshkov wrote: > >> Add compatible strings for TI sn65lvds94, LVDS serdes receiver. > >> > >> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > > For the record, patch looks good, but was not tested by automation. > Missing Cc-list. Ah crap, I saw it land in the wrong place the night prior but didn't remember while going back through my queue the following morning. Sorry about that!
Hi Dmitry, Thank you for the patch. On Sun, Aug 27, 2023 at 12:54:28AM +0300, Dmitry Baryshkov wrote: > Add compatible strings for TI sn65lvds94, LVDS serdes receiver. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > index 84aafcbf0919..6ceeed76e88e 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -41,6 +41,7 @@ properties: > - enum: > - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver > - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver > + - ti,sn65lvds94 # For the SN65DS94 LVDS serdes > - const: lvds-decoder # Generic LVDS decoders compatible fallback > - enum: > - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml index 84aafcbf0919..6ceeed76e88e 100644 --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml @@ -41,6 +41,7 @@ properties: - enum: - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver + - ti,sn65lvds94 # For the SN65DS94 LVDS serdes - const: lvds-decoder # Generic LVDS decoders compatible fallback - enum: - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
Add compatible strings for TI sn65lvds94, LVDS serdes receiver. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 + 1 file changed, 1 insertion(+)