-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Koen Kooi <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
...bsp/recipes-kernel/linux/linux-mainline-3.8/arm/0005-ARM-DTS-AM33XX-Add-PMU-support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
From 6c6bdd4b96ff19ec5d958159f70480859d8eff98 Mon Sep 17 00:00:00 2001 | ||
From: Alexandre Belloni <[email protected]> | ||
Date: Fri, 30 Aug 2013 15:09:45 +0200 | ||
Subject: [PATCH 5/5] ARM: DTS: AM33XX: Add PMU support | ||
|
||
ARM Performance Monitor Units are available on the am33xx, add the support in | ||
the dtsi. | ||
|
||
Tested with perf and oprofile on a regular beaglebone. | ||
|
||
Signed-off-by: Alexandre Belloni <[email protected]> | ||
--- | ||
arch/arm/boot/dts/am33xx.dtsi | 5 +++++ | ||
1 file changed, 5 insertions(+) | ||
|
||
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi | ||
index 6dcd42a..e0394d3 100644 | ||
--- a/arch/arm/boot/dts/am33xx.dtsi | ||
+++ b/arch/arm/boot/dts/am33xx.dtsi | ||
@@ -48,6 +48,11 @@ | ||
}; | ||
}; | ||
|
||
+ pmu { | ||
+ compatible = "arm,cortex-a8-pmu"; | ||
+ interrupts = <3>; | ||
+ }; | ||
+ | ||
/* | ||
* The soc node represents the soc top level view. It is uses for IPs | ||
* that are not memory mapped in the MPU view or for the MPU itself. | ||
-- | ||
1.8.2.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters