Skip to content

Commit fff8013

Browse files
Liu YingMarek Vasut
authored andcommitted
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Liu Ying <victor.liu@nxp.com> Signed-off-by: Marek Vasut <marex@denx.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230510092450.4024730-2-victor.liu@nxp.com
1 parent 898a9e3 commit fff8013

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/display/fsl,lcdif.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ properties:
2121
- fsl,imx28-lcdif
2222
- fsl,imx6sx-lcdif
2323
- fsl,imx8mp-lcdif
24+
- fsl,imx93-lcdif
2425
- items:
2526
- enum:
2627
- fsl,imx6sl-lcdif
@@ -88,7 +89,9 @@ allOf:
8889
properties:
8990
compatible:
9091
contains:
91-
const: fsl,imx8mp-lcdif
92+
enum:
93+
- fsl,imx8mp-lcdif
94+
- fsl,imx93-lcdif
9295
then:
9396
properties:
9497
clocks:
@@ -107,6 +110,7 @@ allOf:
107110
enum:
108111
- fsl,imx6sx-lcdif
109112
- fsl,imx8mp-lcdif
113+
- fsl,imx93-lcdif
110114
then:
111115
properties:
112116
clocks:
@@ -123,6 +127,7 @@ allOf:
123127
- fsl,imx8mm-lcdif
124128
- fsl,imx8mn-lcdif
125129
- fsl,imx8mp-lcdif
130+
- fsl,imx93-lcdif
126131
then:
127132
required:
128133
- power-domains

0 commit comments

Comments
 (0)