File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,10 @@ properties:
49
49
50
50
interrupts :
51
51
minItems : 8
52
- maxItems : 8
52
+ maxItems : 9
53
53
54
54
interrupt-names :
55
+ minItems : 8
55
56
items :
56
57
- const : msi0
57
58
- const : msi1
@@ -61,6 +62,7 @@ properties:
61
62
- const : msi5
62
63
- const : msi6
63
64
- const : msi7
65
+ - const : global
64
66
65
67
resets :
66
68
maxItems : 1
@@ -136,15 +138,17 @@ examples:
136
138
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
137
139
<GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
138
140
<GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
139
- <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
141
+ <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
142
+ <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
140
143
interrupt-names = "msi0",
141
144
"msi1",
142
145
"msi2",
143
146
"msi3",
144
147
"msi4",
145
148
"msi5",
146
149
"msi6",
147
- "msi7";
150
+ "msi7",
151
+ "global";
148
152
#interrupt-cells = <1>;
149
153
interrupt-map-mask = <0 0 0 0x7>;
150
154
interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
You can’t perform that action at this time.
0 commit comments