diff options
author | Ye He <Ye.He@csr.com> | 2014-03-05 04:25:08 +0100 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-05-08 07:54:20 +0200 |
commit | ed2944964af3aebe790012c02ca530f6f085142f (patch) | |
tree | 467e7e1a7f6a3e05621c5bc617ca7653cdd9e861 | |
parent | ARM: dts: sirf: move to use generic dma dt-binding for spi (diff) | |
download | linux-ed2944964af3aebe790012c02ca530f6f085142f.tar.xz linux-ed2944964af3aebe790012c02ca530f6f085142f.zip |
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>
-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 43f4b1ed082a..458e000c5889 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>; |