ARM: dts: cygnus: Enable Performance Monitoring Unit
authorJason Uy <jason.uy@broadcom.com>
Tue, 15 Aug 2017 17:26:00 +0000 (10:26 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 17 Aug 2017 17:13:23 +0000 (10:13 -0700)
Add PMU capability to Cygnus so trace and performance profiling
can be used.

Signed-off-by: Jason Uy <jason.uy@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index 2077fee..bc08987 100644 (file)
 
        /include/ "bcm-cygnus-clock.dtsi"
 
+       pmu {
+               compatible = "arm,cortex-a9-pmu";
+               interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
+       };
+
        core {
                compatible = "simple-bus";
                ranges = <0x00000000 0x19000000 0x1000000>;