Skip to content

Commit

Permalink
arm: dts: vexpress: add missing CCI PMU device node to TC2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sudeep Holla authored and Kevin Hilman committed Jul 8, 2015
1 parent 4d44f2a commit 3adf7aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@
interface-type = "ace";
reg = <0x5000 0x1000>;
};

pmu@9000 {
compatible = "arm,cci-400-pmu,r0";
reg = <0x9000 0x5000>;
interrupts = <0 105 4>,
<0 101 4>,
<0 102 4>,
<0 103 4>,
<0 104 4>;
};
};

memory-controller@7ffd0000 {
Expand Down

0 comments on commit 3adf7aa

Please sign in to comment.