File tree Expand file tree Collapse file tree 6 files changed +0
-15
lines changed
Documentation/devicetree/bindings Expand file tree Collapse file tree 6 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ properties:
50
50
51
51
reg :
52
52
minItems : 1
53
- maxItems : 3
54
53
items :
55
54
- description : base register
56
55
- description : power register
Original file line number Diff line number Diff line change @@ -28,14 +28,12 @@ properties:
28
28
- description : configuration registers for MMU instance 0
29
29
- description : configuration registers for MMU instance 1
30
30
minItems : 1
31
- maxItems : 2
32
31
33
32
interrupts :
34
33
items :
35
34
- description : interruption for MMU instance 0
36
35
- description : interruption for MMU instance 1
37
36
minItems : 1
38
- maxItems : 2
39
37
40
38
clocks :
41
39
items :
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ properties:
57
57
58
58
ranges :
59
59
minItems : 1
60
- maxItems : 3
61
60
description : |
62
61
Memory bus areas for interacting with the devices. Reflects
63
62
the memory layout with four integer values following:
Original file line number Diff line number Diff line change @@ -84,15 +84,13 @@ properties:
84
84
85
85
interrupts :
86
86
minItems : 1
87
- maxItems : 3
88
87
items :
89
88
- description : NAND CTLRDY interrupt
90
89
- description : FLASH_DMA_DONE if flash DMA is available
91
90
- description : FLASH_EDU_DONE if EDU is available
92
91
93
92
interrupt-names :
94
93
minItems : 1
95
- maxItems : 3
96
94
items :
97
95
- const : nand_ctlrdy
98
96
- const : flash_dma_done
@@ -148,8 +146,6 @@ allOf:
148
146
then :
149
147
properties :
150
148
reg-names :
151
- minItems : 2
152
- maxItems : 2
153
149
items :
154
150
- const : nand
155
151
- const : nand-int-base
@@ -161,8 +157,6 @@ allOf:
161
157
then :
162
158
properties :
163
159
reg-names :
164
- minItems : 3
165
- maxItems : 3
166
160
items :
167
161
- const : nand
168
162
- const : nand-int-base
@@ -175,8 +169,6 @@ allOf:
175
169
then :
176
170
properties :
177
171
reg-names :
178
- minItems : 3
179
- maxItems : 3
180
172
items :
181
173
- const : nand
182
174
- const : iproc-idm
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ properties:
30
30
maxItems : 1
31
31
32
32
clocks :
33
- minItems : 2
34
33
items :
35
34
- description : PCLK clocks
36
35
- description : EXTCLK clocks. Faraday calls it CLK1HZ and says the clock
Original file line number Diff line number Diff line change @@ -25,14 +25,12 @@ properties:
25
25
26
26
interrupts :
27
27
minItems : 1
28
- maxItems : 2
29
28
items :
30
29
- description : Host controller interrupt
31
30
- description : Device controller interrupt in isp1761
32
31
33
32
interrupt-names :
34
33
minItems : 1
35
- maxItems : 2
36
34
items :
37
35
- const : host
38
36
- const : peripheral
You can’t perform that action at this time.
0 commit comments