Skip to content

Commit 1c69ba9

Browse files
nxpfranklirobherring
authored andcommitted
dt-bindings: lcdif: add lcd panel related property for imx28
Allow lcd panel related property for imx28 and keep the same restriction for other platform. It is legancy platform and set these property to deprecated. Fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dtb: lcdif@80030000 (fsl,imx28-lcdif): 'display', 'display0' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20250529200520.798117-1-Frank.Li@nxp.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 28ddb75 commit 1c69ba9

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,23 @@ properties:
7171
$ref: /schemas/graph.yaml#/properties/port
7272
description: The LCDIF output port
7373

74+
display:
75+
$ref: /schemas/types.yaml#/definitions/phandle
76+
description: phandle to display panel
77+
deprecated: true
78+
79+
display0:
80+
$ref: panel/panel-common.yaml#
81+
deprecated: true
82+
83+
lcd-supply:
84+
deprecated: true
85+
7486
required:
7587
- compatible
7688
- reg
7789
- clocks
7890
- interrupts
79-
- port
8091

8192
additionalProperties: false
8293

@@ -175,6 +186,12 @@ allOf:
175186
properties:
176187
dmas: false
177188
dma-names: false
189+
display: false
190+
display0: false
191+
lcd-supply: false
192+
193+
required:
194+
- port
178195

179196
examples:
180197
- |

0 commit comments

Comments
 (0)