diff options
| -rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts index 107395c32d82..038e30e4332f 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | |||
| @@ -187,11 +187,22 @@ | |||
| 187 | <1 10 0xf08>; | 187 | <1 10 0xf08>; |
| 188 | }; | 188 | }; |
| 189 | 189 | ||
| 190 | pmu { | 190 | pmu_a15 { |
| 191 | compatible = "arm,cortex-a15-pmu"; | 191 | compatible = "arm,cortex-a15-pmu"; |
| 192 | interrupts = <0 68 4>, | 192 | interrupts = <0 68 4>, |
| 193 | <0 69 4>; | 193 | <0 69 4>; |
| 194 | interrupt-affinity = <&cpu0>, <&cpu1>; | 194 | interrupt-affinity = <&cpu0>, |
| 195 | <&cpu1>; | ||
| 196 | }; | ||
| 197 | |||
| 198 | pmu_a7 { | ||
| 199 | compatible = "arm,cortex-a7-pmu"; | ||
| 200 | interrupts = <0 128 4>, | ||
| 201 | <0 129 4>, | ||
| 202 | <0 130 4>; | ||
| 203 | interrupt-affinity = <&cpu2>, | ||
| 204 | <&cpu3>, | ||
| 205 | <&cpu4>; | ||
| 195 | }; | 206 | }; |
| 196 | 207 | ||
| 197 | oscclk6a: oscclk6a { | 208 | oscclk6a: oscclk6a { |
