diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2015-07-01 08:36:02 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-07-08 17:44:55 -0400 |
commit | 3adf7aaa76e720b52092e4bf8e14d8d231583af6 (patch) | |
tree | eadaf9a5740cc48090c70c05c906a7250bc9c590 | |
parent | 4d44f2a0266cdcc1226c7d94431ab1d57d0f6d53 (diff) |
arm: dts: vexpress: add missing CCI PMU device node to TC2
The CCI device node was added to vexpress CA15_A7(i.e. TC2) much before
the CCI PMU support and binding was added. This patch adds the missing
PMU node so that CCI PMUs can be used on TC2.
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Punit Agrawal <punit.agrawal@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts index 038e30e4332f..17f63f7dfd9e 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | |||
@@ -150,6 +150,16 @@ | |||
150 | interface-type = "ace"; | 150 | interface-type = "ace"; |
151 | reg = <0x5000 0x1000>; | 151 | reg = <0x5000 0x1000>; |
152 | }; | 152 | }; |
153 | |||
154 | pmu@9000 { | ||
155 | compatible = "arm,cci-400-pmu,r0"; | ||
156 | reg = <0x9000 0x5000>; | ||
157 | interrupts = <0 105 4>, | ||
158 | <0 101 4>, | ||
159 | <0 102 4>, | ||
160 | <0 103 4>, | ||
161 | <0 104 4>; | ||
162 | }; | ||
153 | }; | 163 | }; |
154 | 164 | ||
155 | memory-controller@7ffd0000 { | 165 | memory-controller@7ffd0000 { |