ARM: dts: spear13xx: Drop malformed 'interrupt-map' on PCI nodes
authorRob Herring <robh@kernel.org>
Fri, 22 Oct 2021 14:11:56 +0000 (09:11 -0500)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Oct 2021 15:26:39 +0000 (17:26 +0200)
The spear13xx PCI 'interrupt-map' property is not parse-able.
'#interrupt-cells' is missing and there are 3 #address-cells. Based on the
driver, the only supported interrupt is for MSI. Therefore, 'interrupt-map'
is not needed.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20211022141156.2592221-1-robh@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/spear1310.dtsi
arch/arm/boot/dts/spear1340.dtsi

index c4b49ba..2f746a9 100644 (file)
@@ -82,8 +82,6 @@
                        reg = <0xb1000000 0x4000>, <0x80000000 0x20000>;
                        reg-names = "dbi", "config";
                        interrupts = <0 68 0x4>;
-                       interrupt-map-mask = <0 0 0 0>;
-                       interrupt-map = <0x0 0 &gic 0 68 0x4>;
                        num-lanes = <1>;
                        phys = <&miphy0 1>;
                        phy-names = "pcie-phy";
                        reg = <0xb1800000 0x4000>, <0x90000000 0x20000>;
                        reg-names = "dbi", "config";
                        interrupts = <0 69 0x4>;
-                       interrupt-map-mask = <0 0 0 0>;
-                       interrupt-map = <0x0 0 &gic 0 69 0x4>;
                        num-lanes = <1>;
                        phys = <&miphy1 1>;
                        phy-names = "pcie-phy";
                        reg = <0xb4000000 0x4000>, <0xc0000000 0x20000>;
                        reg-names = "dbi", "config";
                        interrupts = <0 70 0x4>;
-                       interrupt-map-mask = <0 0 0 0>;
-                       interrupt-map = <0x0 0 &gic 0 70 0x4>;
                        num-lanes = <1>;
                        phys = <&miphy2 1>;
                        phy-names = "pcie-phy";
index 1a8f5e8..827e887 100644 (file)
@@ -47,8 +47,6 @@
                        reg = <0xb1000000 0x4000>, <0x80000000 0x20000>;
                        reg-names = "dbi", "config";
                        interrupts = <0 68 0x4>;
-                       interrupt-map-mask = <0 0 0 0>;
-                       interrupt-map = <0x0 0 &gic 0 68 0x4>;
                        num-lanes = <1>;
                        phys = <&miphy0 1>;
                        phy-names = "pcie-phy";