Skip to content

Commit 91adecf

Browse files
robherringarndb
authored andcommitted
arm64: dts: Fix dtc interrupt_provider warnings
The dtc interrupt_provider warning is off by default. Fix all the warnings so it can be enabled. Signed-off-by: Rob Herring <[email protected]> Reviewed-By: AngeloGioacchino Del Regno <[email protected]> # Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Acked-by: Florian Fainelli <[email protected]> #Broadcom Acked-by: Chanho Min <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 96fd598 commit 91adecf

File tree

9 files changed

+7
-5
lines changed

9 files changed

+7
-5
lines changed

arch/arm64/boot/dts/amazon/alpine-v2.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
msix: msix@fbe00000 {
146146
compatible = "al,alpine-msix";
147147
reg = <0x0 0xfbe00000 0x0 0x100000>;
148-
interrupt-controller;
149148
msi-controller;
150149
al,msi-base-spi = <160>;
151150
al,msi-num-spis = <160>;

arch/arm64/boot/dts/amazon/alpine-v3.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@
355355
msix: msix@fbe00000 {
356356
compatible = "al,alpine-msix";
357357
reg = <0x0 0xfbe00000 0x0 0x100000>;
358-
interrupt-controller;
359358
msi-controller;
360359
al,msi-base-spi = <336>;
361360
al,msi-num-spis = <959>;

arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@
586586
#gpio-cells = <2>;
587587
gpio-controller;
588588
interrupt-controller;
589+
#interrupt-cells = <2>;
589590
interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>;
590591
};
591592

arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@
450450
#gpio-cells = <2>;
451451
gpio-controller;
452452
interrupt-controller;
453+
#interrupt-cells = <2>;
453454
interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
454455
gpio-ranges = <&pinmux 0 0 16>,
455456
<&pinmux 16 71 2>,

arch/arm64/boot/dts/lg/lg1312.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
amba {
127127
#address-cells = <2>;
128128
#size-cells = <1>;
129-
#interrupt-cells = <3>;
130129

131130
compatible = "simple-bus";
132131
interrupt-parent = <&gic>;

arch/arm64/boot/dts/lg/lg1313.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
amba {
127127
#address-cells = <2>;
128128
#size-cells = <1>;
129-
#interrupt-cells = <3>;
130129

131130
compatible = "simple-bus";
132131
interrupt-parent = <&gic>;

arch/arm64/boot/dts/marvell/armada-ap80x.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138

139139
odmi: odmi@300000 {
140140
compatible = "marvell,odmi-controller";
141-
interrupt-controller;
142141
msi-controller;
143142
marvell,odmi-frames = <4>;
144143
reg = <0x300000 0x4000>,

arch/arm64/boot/dts/mediatek/mt8195-demo.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
compatible = "mediatek,mt6360";
129129
reg = <0x34>;
130130
interrupt-controller;
131+
#interrupt-cells = <1>;
131132
interrupts-extended = <&pio 101 IRQ_TYPE_EDGE_FALLING>;
132133
interrupt-names = "IRQB";
133134

arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
gpio-controller;
235235
#gpio-cells = <2>;
236236
interrupt-controller;
237+
#interrupt-cells = <2>;
237238
interrupt-parent = <&gpio6>;
238239
interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
239240

@@ -294,6 +295,7 @@
294295
gpio-controller;
295296
#gpio-cells = <2>;
296297
interrupt-controller;
298+
#interrupt-cells = <2>;
297299
interrupt-parent = <&gpio6>;
298300
interrupts = <4 IRQ_TYPE_EDGE_FALLING>;
299301
};
@@ -314,6 +316,7 @@
314316
gpio-controller;
315317
#gpio-cells = <2>;
316318
interrupt-controller;
319+
#interrupt-cells = <2>;
317320
interrupt-parent = <&gpio7>;
318321
interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
319322
};
@@ -324,6 +327,7 @@
324327
gpio-controller;
325328
#gpio-cells = <2>;
326329
interrupt-controller;
330+
#interrupt-cells = <2>;
327331
interrupt-parent = <&gpio5>;
328332
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
329333
};

0 commit comments

Comments
 (0)