Commit fff8013f authored by Liu Ying's avatar Liu Ying Committed by Marek Vasut

dt-bindings: lcdif: Add i.MX93 LCDIF support

There is one LCDIF embedded in i.MX93 SoC to connect with
MIPI DSI controller through LCDIF cross line pattern(controlled
by mediamix blk-ctrl) or connect with LVDS display bridge(LDB)
directly or connect with a parallel display through parallel
display format(also controlled by mediamix blk-ctrl).  i.MX93
LCDIF IP is essentially the same to i.MX8MP LCDIF IP.  Add device
tree binding for i.MX93 LCDIF.
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Reviewed-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarLiu Ying <victor.liu@nxp.com>
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230510092450.4024730-2-victor.liu@nxp.com
parent 898a9e3f
...@@ -21,6 +21,7 @@ properties: ...@@ -21,6 +21,7 @@ properties:
- fsl,imx28-lcdif - fsl,imx28-lcdif
- fsl,imx6sx-lcdif - fsl,imx6sx-lcdif
- fsl,imx8mp-lcdif - fsl,imx8mp-lcdif
- fsl,imx93-lcdif
- items: - items:
- enum: - enum:
- fsl,imx6sl-lcdif - fsl,imx6sl-lcdif
...@@ -88,7 +89,9 @@ allOf: ...@@ -88,7 +89,9 @@ allOf:
properties: properties:
compatible: compatible:
contains: contains:
const: fsl,imx8mp-lcdif enum:
- fsl,imx8mp-lcdif
- fsl,imx93-lcdif
then: then:
properties: properties:
clocks: clocks:
...@@ -107,6 +110,7 @@ allOf: ...@@ -107,6 +110,7 @@ allOf:
enum: enum:
- fsl,imx6sx-lcdif - fsl,imx6sx-lcdif
- fsl,imx8mp-lcdif - fsl,imx8mp-lcdif
- fsl,imx93-lcdif
then: then:
properties: properties:
clocks: clocks:
...@@ -123,6 +127,7 @@ allOf: ...@@ -123,6 +127,7 @@ allOf:
- fsl,imx8mm-lcdif - fsl,imx8mm-lcdif
- fsl,imx8mn-lcdif - fsl,imx8mn-lcdif
- fsl,imx8mp-lcdif - fsl,imx8mp-lcdif
- fsl,imx93-lcdif
then: then:
required: required:
- power-domains - power-domains
......
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