]> Git Repo - linux.git/commitdiff
ARM: dts: atlas6: add cortex-a9-pmu compatible PMU node
authorYe He <[email protected]>
Wed, 5 Mar 2014 03:25:08 +0000 (11:25 +0800)
committerBarry Song <[email protected]>
Thu, 8 May 2014 05:54:20 +0000 (13:54 +0800)
add cortex-a9-pmu node to make the performance monitor unit work on atlas6.

Signed-off-by: Ye He <[email protected]>
Signed-off-by: Barry Song <[email protected]>
arch/arm/boot/dts/atlas6.dtsi

index 43f4b1ed082ac826fd5e8eb2cc3817995baf5fdf..458e000c5889d75b4eeab7fddc5bc927ab3c73b7 100644 (file)
                };
        };
 
+       arm-pmu {
+               compatible = "arm,cortex-a9-pmu";
+               interrupts = <29>;
+       };
+
        axi {
                compatible = "simple-bus";
                #address-cells = <1>;
This page took 0.063834 seconds and 4 git commands to generate.