devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: display: bridge: ldb: Add i.MX6SX support
@ 2023-03-30 10:42 Fabio Estevam
  2023-03-30 10:42 ` [PATCH v2 2/2] drm/bridge: fsl-ldb: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2023-03-30 10:42 UTC (permalink / raw)
  To: neil.armstrong
  Cc: marex, robh+dt, krzysztof.kozlowski+dt, dri-devel, devicetree,
	Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

i.MX6SX has a single LVDS port and share a similar LDB_CTRL register
layout with i.MX8MP and i.MX93.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Do not duplicate the entire if. (Krzysztof)

 .../devicetree/bindings/display/bridge/fsl,ldb.yaml          | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
index 6e0e3ba9b49e..07388bf2b90d 100644
--- a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
@@ -17,6 +17,7 @@ description: |
 properties:
   compatible:
     enum:
+      - fsl,imx6sx-ldb
       - fsl,imx8mp-ldb
       - fsl,imx93-ldb
 
@@ -64,7 +65,9 @@ allOf:
       properties:
         compatible:
           contains:
-            const: fsl,imx93-ldb
+            enum:
+              - fsl,imx6sx-ldb
+              - fsl,imx93-ldb
     then:
       properties:
         ports:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-04  1:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 10:42 [PATCH v2 1/2] dt-bindings: display: bridge: ldb: Add i.MX6SX support Fabio Estevam
2023-03-30 10:42 ` [PATCH v2 2/2] drm/bridge: fsl-ldb: " Fabio Estevam
2023-03-31  8:58   ` neil.armstrong
2023-04-04  1:28   ` Marek Vasut
2023-03-31  8:50 ` [PATCH v2 1/2] dt-bindings: display: bridge: ldb: " Krzysztof Kozlowski
2023-04-04  1:29 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).