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

ARM: dts: spear13xx: Drop malformed 'interrupt-map' on PCI nodes

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>

authored by

Rob Herring and committed by
Arnd Bergmann
5cbd8430 9f2feb32

-8
-6
arch/arm/boot/dts/spear1310.dtsi
··· 82 82 reg = <0xb1000000 0x4000>, <0x80000000 0x20000>; 83 83 reg-names = "dbi", "config"; 84 84 interrupts = <0 68 0x4>; 85 - interrupt-map-mask = <0 0 0 0>; 86 - interrupt-map = <0x0 0 &gic 0 68 0x4>; 87 85 num-lanes = <1>; 88 86 phys = <&miphy0 1>; 89 87 phy-names = "pcie-phy"; ··· 99 101 reg = <0xb1800000 0x4000>, <0x90000000 0x20000>; 100 102 reg-names = "dbi", "config"; 101 103 interrupts = <0 69 0x4>; 102 - interrupt-map-mask = <0 0 0 0>; 103 - interrupt-map = <0x0 0 &gic 0 69 0x4>; 104 104 num-lanes = <1>; 105 105 phys = <&miphy1 1>; 106 106 phy-names = "pcie-phy"; ··· 116 120 reg = <0xb4000000 0x4000>, <0xc0000000 0x20000>; 117 121 reg-names = "dbi", "config"; 118 122 interrupts = <0 70 0x4>; 119 - interrupt-map-mask = <0 0 0 0>; 120 - interrupt-map = <0x0 0 &gic 0 70 0x4>; 121 123 num-lanes = <1>; 122 124 phys = <&miphy2 1>; 123 125 phy-names = "pcie-phy";
-2
arch/arm/boot/dts/spear1340.dtsi
··· 47 47 reg = <0xb1000000 0x4000>, <0x80000000 0x20000>; 48 48 reg-names = "dbi", "config"; 49 49 interrupts = <0 68 0x4>; 50 - interrupt-map-mask = <0 0 0 0>; 51 - interrupt-map = <0x0 0 &gic 0 68 0x4>; 52 50 num-lanes = <1>; 53 51 phys = <&miphy0 1>; 54 52 phy-names = "pcie-phy";