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 @@ -45,9 +45,10 @@ properties:
45
45
46
46
interrupts :
47
47
minItems : 8
48
- maxItems : 8
48
+ maxItems : 9
49
49
50
50
interrupt-names :
51
+ minItems : 8
51
52
items :
52
53
- const : msi0
53
54
- const : msi1
@@ -57,6 +58,7 @@ properties:
57
58
- const : msi5
58
59
- const : msi6
59
60
- const : msi7
61
+ - const : global
60
62
61
63
resets :
62
64
maxItems : 1
@@ -129,15 +131,17 @@ examples:
129
131
<GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
130
132
<GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
131
133
<GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>,
132
- <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
134
+ <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>,
135
+ <GIC_SPI 306 IRQ_TYPE_LEVEL_HIGH>;
133
136
interrupt-names = "msi0",
134
137
"msi1",
135
138
"msi2",
136
139
"msi3",
137
140
"msi4",
138
141
"msi5",
139
142
"msi6",
140
- "msi7";
143
+ "msi7",
144
+ "global";
141
145
#interrupt-cells = <1>;
142
146
interrupt-map-mask = <0 0 0 0x7>;
143
147
interrupt-map = <0 0 0 1 &intc GIC_SPI 434 IRQ_TYPE_LEVEL_HIGH>,
You can’t perform that action at this time.
0 commit comments