diff options
author | Ye He <ye.he@csr.com> | 2014-11-25 13:46:43 +0300 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-11-25 13:46:43 +0300 |
commit | 64a7507a7496f5adb88a55e572c659a82997f9c9 (patch) | |
tree | a0f5937202d0e32a5f4fc884dce1da19392092e2 /arch/arm/boot/dts/prima2.dtsi | |
parent | 110afb8b42ea68439b352a87e06563a3a85df6c6 (diff) | |
download | linux-64a7507a7496f5adb88a55e572c659a82997f9c9.tar.xz |
ARM: dts: prima2: add node for Performance Monitor Unit
It enables Performance Monitor Unit on CSR SiRFprimaII.
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/prima2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index bc6e61195f12..3bb1b4ab55de 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi @@ -41,6 +41,11 @@ }; }; + arm-pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <29>; + }; + axi { compatible = "simple-bus"; #address-cells = <1>; |