We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a2755 commit b6c7ca4Copy full SHA for b6c7ca4
Documentation/devicetree/bindings/display/fsl,lcdif.yaml
@@ -51,7 +51,10 @@ properties:
51
minItems: 1
52
53
interrupts:
54
- maxItems: 1
+ items:
55
+ - description: LCDIF DMA interrupt
56
+ - description: LCDIF Error interrupt
57
+ minItems: 1
58
59
power-domains:
60
maxItems: 1
@@ -131,6 +134,21 @@ allOf:
131
134
then:
132
135
required:
133
136
- power-domains
137
+ - if:
138
+ properties:
139
+ compatible:
140
+ contains:
141
+ enum:
142
+ - fsl,imx23-lcdif
143
+ then:
144
145
+ interrupts:
146
+ minItems: 2
147
+ maxItems: 2
148
+ else:
149
150
151
+ maxItems: 1
152
153
examples:
154
- |
0 commit comments