Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Frank Li and committed by
Rob Herring (Arm)
1c69ba9b 28ddb755

+18 -1
+18 -1
Documentation/devicetree/bindings/display/fsl,lcdif.yaml
··· 71 71 $ref: /schemas/graph.yaml#/properties/port 72 72 description: The LCDIF output port 73 73 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 + 74 86 required: 75 87 - compatible 76 88 - reg 77 89 - clocks 78 90 - interrupts 79 - - port 80 91 81 92 additionalProperties: false 82 93 ··· 186 175 properties: 187 176 dmas: false 188 177 dma-names: false 178 + display: false 179 + display0: false 180 + lcd-supply: false 181 + 182 + required: 183 + - port 189 184 190 185 examples: 191 186 - |