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

dt-bindings: lcdif: Document the dmas/dma-names properties

i.MX28 has an RX DMA channel associated with the LCDIF controller.

Document the 'dmas' and 'dma-names' properties to fix the following
dt-schema warnings:

lcdif@80030000: 'dma-names', 'dmas' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240904104027.2065621-1-festevam@gmail.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Fabio Estevam and committed by
Rob Herring (Arm)
c65d6796 0416f00c

+20
+20
Documentation/devicetree/bindings/display/fsl,lcdif.yaml
··· 50 50 - const: disp_axi 51 51 minItems: 1 52 52 53 + dmas: 54 + items: 55 + - description: DMA specifier for the RX DMA channel. 56 + 57 + dma-names: 58 + items: 59 + - const: rx 60 + 53 61 interrupts: 54 62 items: 55 63 - description: LCDIF DMA interrupt ··· 163 155 properties: 164 156 interrupts: 165 157 maxItems: 1 158 + 159 + - if: 160 + not: 161 + properties: 162 + compatible: 163 + contains: 164 + enum: 165 + - fsl,imx28-lcdif 166 + then: 167 + properties: 168 + dmas: false 169 + dma-names: false 166 170 167 171 examples: 168 172 - |