Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <robh@kernel.org>
Reviewed-By: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> #
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> #Broadcom
Acked-by: Chanho Min <chanho.min@lge.com>
Link: https://lore.kernel.org/r/20240213-arm-dt-cleanups-v1-3-f2dee1292525@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Rob Herring and committed by
Arnd Bergmann
91adecf9 96fd598e

+7 -5
-1
arch/arm64/boot/dts/amazon/alpine-v2.dtsi
··· 145 145 msix: msix@fbe00000 { 146 146 compatible = "al,alpine-msix"; 147 147 reg = <0x0 0xfbe00000 0x0 0x100000>; 148 - interrupt-controller; 149 148 msi-controller; 150 149 al,msi-base-spi = <160>; 151 150 al,msi-num-spis = <160>;
-1
arch/arm64/boot/dts/amazon/alpine-v3.dtsi
··· 355 355 msix: msix@fbe00000 { 356 356 compatible = "al,alpine-msix"; 357 357 reg = <0x0 0xfbe00000 0x0 0x100000>; 358 - interrupt-controller; 359 358 msi-controller; 360 359 al,msi-base-spi = <336>; 361 360 al,msi-num-spis = <959>;
+1
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
··· 586 586 #gpio-cells = <2>; 587 587 gpio-controller; 588 588 interrupt-controller; 589 + #interrupt-cells = <2>; 589 590 interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>; 590 591 }; 591 592
+1
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
··· 450 450 #gpio-cells = <2>; 451 451 gpio-controller; 452 452 interrupt-controller; 453 + #interrupt-cells = <2>; 453 454 interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>; 454 455 gpio-ranges = <&pinmux 0 0 16>, 455 456 <&pinmux 16 71 2>,
-1
arch/arm64/boot/dts/lg/lg1312.dtsi
··· 126 126 amba { 127 127 #address-cells = <2>; 128 128 #size-cells = <1>; 129 - #interrupt-cells = <3>; 130 129 131 130 compatible = "simple-bus"; 132 131 interrupt-parent = <&gic>;
-1
arch/arm64/boot/dts/lg/lg1313.dtsi
··· 126 126 amba { 127 127 #address-cells = <2>; 128 128 #size-cells = <1>; 129 - #interrupt-cells = <3>; 130 129 131 130 compatible = "simple-bus"; 132 131 interrupt-parent = <&gic>;
-1
arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
··· 138 138 139 139 odmi: odmi@300000 { 140 140 compatible = "marvell,odmi-controller"; 141 - interrupt-controller; 142 141 msi-controller; 143 142 marvell,odmi-frames = <4>; 144 143 reg = <0x300000 0x4000>,
+1
arch/arm64/boot/dts/mediatek/mt8195-demo.dts
··· 128 128 compatible = "mediatek,mt6360"; 129 129 reg = <0x34>; 130 130 interrupt-controller; 131 + #interrupt-cells = <1>; 131 132 interrupts-extended = <&pio 101 IRQ_TYPE_EDGE_FALLING>; 132 133 interrupt-names = "IRQB"; 133 134
+4
arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
··· 234 234 gpio-controller; 235 235 #gpio-cells = <2>; 236 236 interrupt-controller; 237 + #interrupt-cells = <2>; 237 238 interrupt-parent = <&gpio6>; 238 239 interrupts = <8 IRQ_TYPE_EDGE_FALLING>; 239 240 ··· 295 294 gpio-controller; 296 295 #gpio-cells = <2>; 297 296 interrupt-controller; 297 + #interrupt-cells = <2>; 298 298 interrupt-parent = <&gpio6>; 299 299 interrupts = <4 IRQ_TYPE_EDGE_FALLING>; 300 300 }; ··· 316 314 gpio-controller; 317 315 #gpio-cells = <2>; 318 316 interrupt-controller; 317 + #interrupt-cells = <2>; 319 318 interrupt-parent = <&gpio7>; 320 319 interrupts = <3 IRQ_TYPE_EDGE_FALLING>; 321 320 }; ··· 327 324 gpio-controller; 328 325 #gpio-cells = <2>; 329 326 interrupt-controller; 327 + #interrupt-cells = <2>; 330 328 interrupt-parent = <&gpio5>; 331 329 interrupts = <9 IRQ_TYPE_EDGE_FALLING>; 332 330 };