Commit f85f2ce5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Marek Vasut

dt-bindings: display: bridge: ldb: Add an i.MX6SX entry

i.MX6SX has a single LVDS port and share a similar LDB_CTRL register
layout with i.MX8MP and i.MX93.
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230404020129.509356-1-festevam@gmail.com
parent 17e05aeb
...@@ -17,6 +17,7 @@ description: | ...@@ -17,6 +17,7 @@ description: |
properties: properties:
compatible: compatible:
enum: enum:
- fsl,imx6sx-ldb
- fsl,imx8mp-ldb - fsl,imx8mp-ldb
- fsl,imx93-ldb - fsl,imx93-ldb
...@@ -64,7 +65,9 @@ allOf: ...@@ -64,7 +65,9 @@ allOf:
properties: properties:
compatible: compatible:
contains: contains:
const: fsl,imx93-ldb enum:
- fsl,imx6sx-ldb
- fsl,imx93-ldb
then: then:
properties: properties:
ports: ports:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment