ARM: vexpress/tc2: Add interrupt-affinity to the PMU node
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 7 May 2015 14:45:05 +0000 (15:45 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 May 2015 14:39:50 +0000 (16:39 +0200)
Commit 9fd85eb502a7 ("ARM: pmu: add support for interrupt-affinity
property") added an optional "interrupt-affinity" property, to specify
the CPU affinity for each SPI listed in the interrupts property.

Without this property, we get this boot warning:

  CPU PMU: Failed to parse <no-node>/interrupt-affinity[0]

This patch adds interrupt-affinity to the PMU node in the
vexpress-ca15_a7(a.k.a TC2) device tree.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts

index 7a2aeac..107395c 100644 (file)
                compatible = "arm,cortex-a15-pmu";
                interrupts = <0 68 4>,
                             <0 69 4>;
+               interrupt-affinity = <&cpu0>, <&cpu1>;
        };
 
        oscclk6a: oscclk6a {