]> Git Repo - linux.git/commitdiff
arm: dts: vexpress: add missing CCI PMU device node to TC2
authorSudeep Holla <[email protected]>
Wed, 1 Jul 2015 12:36:02 +0000 (13:36 +0100)
committerKevin Hilman <[email protected]>
Wed, 8 Jul 2015 21:44:55 +0000 (14:44 -0700)
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 <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Acked-by: Punit Agrawal <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts

index 038e30e4332f34868ef97f66414da2ef2da7fd7a..17f63f7dfd9ed8f3fbe7d4f6365e19c611700ae7 100644 (file)
                        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 {
This page took 0.059588 seconds and 4 git commands to generate.