[PATCH 1/1] dt-bindings: display/lvds-codec: add ti,sn75lvds93
From: Frank Li
Date: Fri May 08 2026 - 17:45:29 EST
Add compatible strings for TI SN75LVDS93, a FlatLink LVDS transmitter to
fix below CHECK_DTBS warnings:
arm/boot/dts/nxp/imx/imx6ul-var-som-concerto.dtb: lvds-encoder (ti,sn75lvds93): compatible: 'oneOf' conditional failed, one must be fixed:
['ti,sn75lvds93', 'lvds-encoder'] is too long
Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
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 0363201f0e619..3c727e4d1096a 100644
--- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
@@ -39,6 +39,7 @@ properties:
- 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
+ - ti,sn75lvds93 # For the TI SN75LVDS93 FlatLink transmitter
- const: lvds-encoder # Generic LVDS encoder compatible fallback
- items:
- enum:
--
2.43.0