diff options
author | Ye He <Ye.He@csr.com> | 2014-03-05 11:25:08 +0800 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-05-08 13:54:20 +0800 |
commit | ed2944964af3aebe790012c02ca530f6f085142f (patch) | |
tree | 467e7e1a7f6a3e05621c5bc617ca7653cdd9e861 /arch/arm/boot/dts/atlas6.dtsi | |
parent | e47a118b88140dc87f9e9ab7aca5be18c16da57e (diff) |
ARM: dts: atlas6: add cortex-a9-pmu compatible PMU node
add cortex-a9-pmu node to make the performance monitor unit work on atlas6.
Signed-off-by: Ye He <Ye.He@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot/dts/atlas6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index 43f4b1ed082..458e000c588 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -39,6 +39,11 @@ }; }; + arm-pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <29>; + }; + axi { compatible = "simple-bus"; #address-cells = <1>; |