Unverified Commit 91adecf9 authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann
Browse files

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: default avatarRob Herring <robh@kernel.org>
Reviewed-By: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> #
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> #Broadcom
Acked-by: default avatarChanho Min <chanho.min@lge.com>
Link: https://lore.kernel.org/r/20240213-arm-dt-cleanups-v1-3-f2dee1292525@kernel.org


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 96fd598e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ pci@fbc00000 {
		msix: msix@fbe00000 {
			compatible = "al,alpine-msix";
			reg = <0x0 0xfbe00000 0x0 0x100000>;
			interrupt-controller;
			msi-controller;
			al,msi-base-spi = <160>;
			al,msi-num-spis = <160>;
+0 −1
Original line number Diff line number Diff line
@@ -355,7 +355,6 @@ pcie@fbd00000 {
		msix: msix@fbe00000 {
			compatible = "al,alpine-msix";
			reg = <0x0 0xfbe00000 0x0 0x100000>;
			interrupt-controller;
			msi-controller;
			al,msi-base-spi = <336>;
			al,msi-num-spis = <959>;
+1 −0
Original line number Diff line number Diff line
@@ -586,6 +586,7 @@ gpio_g: gpio@660a0000 {
			#gpio-cells = <2>;
			gpio-controller;
			interrupt-controller;
			#interrupt-cells = <2>;
			interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>;
		};

+1 −0
Original line number Diff line number Diff line
@@ -450,6 +450,7 @@ gpio_hsls: gpio@d0000 {
			#gpio-cells = <2>;
			gpio-controller;
			interrupt-controller;
			#interrupt-cells = <2>;
			interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
			gpio-ranges = <&pinmux 0 0 16>,
					<&pinmux 16 71 2>,
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ eth0: ethernet@c1b00000 {
	amba {
		#address-cells = <2>;
		#size-cells = <1>;
		#interrupt-cells = <3>;

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