diff options
author | Will Deacon <will.deacon@arm.com> | 2015-03-30 05:59:30 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 16:49:51 -0400 |
commit | 2b01311afc120ffb0ce5ec94721a77f05c84763f (patch) | |
tree | 1fd35d43e16af7069f218e2064ac9615f7430b06 | |
parent | 282703e8285026dbb051055ebeba1baa13be4a21 (diff) |
arm64: dts: add interrupt-affinity property to pmu node for juno
Make the Juno .dts robust against potential reordering of the CPU nodes
by adding an explicit interrupt-affinity property to the PMU node. While
we're at it, fix the PMU interrupts numbers too.
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/boot/dts/arm/juno.dts | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts index 133ee59de2d7..5e9110a3353d 100644 --- a/arch/arm64/boot/dts/arm/juno.dts +++ b/arch/arm64/boot/dts/arm/juno.dts | |||
@@ -120,12 +120,18 @@ | |||
120 | 120 | ||
121 | pmu { | 121 | pmu { |
122 | compatible = "arm,armv8-pmuv3"; | 122 | compatible = "arm,armv8-pmuv3"; |
123 | interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>, | 123 | interrupts = <GIC_SPI 02 IRQ_TYPE_LEVEL_HIGH>, |
124 | <GIC_SPI 06 IRQ_TYPE_LEVEL_HIGH>, | ||
125 | <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>, | ||
124 | <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>, | 126 | <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>, |
125 | <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>, | 127 | <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>, |
126 | <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, | 128 | <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; |
127 | <GIC_SPI 02 IRQ_TYPE_LEVEL_HIGH>, | 129 | interrupt-affinity = <&A57_0>, |
128 | <GIC_SPI 06 IRQ_TYPE_LEVEL_HIGH>; | 130 | <&A57_1>, |
131 | <&A53_0>, | ||
132 | <&A53_1>, | ||
133 | <&A53_2>, | ||
134 | <&A53_3>; | ||
129 | }; | 135 | }; |
130 | 136 | ||
131 | /include/ "juno-clocks.dtsi" | 137 | /include/ "juno-clocks.dtsi" |