diff options
| author | Ye He <ye.he@csr.com> | 2014-11-25 05:46:43 -0500 |
|---|---|---|
| committer | Barry Song <Baohua.Song@csr.com> | 2014-11-25 05:46:43 -0500 |
| commit | 64a7507a7496f5adb88a55e572c659a82997f9c9 (patch) | |
| tree | a0f5937202d0e32a5f4fc884dce1da19392092e2 | |
| parent | 110afb8b42ea68439b352a87e06563a3a85df6c6 (diff) | |
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>
| -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 @@ | |||
| 41 | }; | 41 | }; |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | arm-pmu { | ||
| 45 | compatible = "arm,cortex-a9-pmu"; | ||
| 46 | interrupts = <29>; | ||
| 47 | }; | ||
| 48 | |||
| 44 | axi { | 49 | axi { |
| 45 | compatible = "simple-bus"; | 50 | compatible = "simple-bus"; |
| 46 | #address-cells = <1>; | 51 | #address-cells = <1>; |
