* [PATCH 1/3] Add the Performance Monitoring Unit to the Trimslice device tree
@ 2012-04-26 15:29 William Cohen
0 siblings, 0 replies; only message in thread
From: William Cohen @ 2012-04-26 15:29 UTC (permalink / raw)
To: linux-arm-kernel
The tegra processor has a performance monitoring unit. However, this
was not listed on the board-trimslice.c devices. This patch adds
it to the list of devices and allows one to use hardware performance
monitoring events on the trimslice machine.
Signed-off-by: William Cohen <wcohen@redhat.com>
---
arch/arm/mach-tegra/board-trimslice.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-tegra/board-trimslice.c b/arch/arm/mach-tegra/board-trimslice.c
index cd52820..0484903 100644
--- a/arch/arm/mach-tegra/board-trimslice.c
+++ b/arch/arm/mach-tegra/board-trimslice.c
@@ -82,6 +82,7 @@ static struct platform_device trimslice_audio_device = {
static struct platform_device *trimslice_devices[] __initdata = {
&debug_uart,
+ &tegra_pmu_device,
&tegra_sdhci_device1,
&tegra_sdhci_device4,
&tegra_i2s_device1,
--
1.7.10
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-26 15:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 15:29 [PATCH 1/3] Add the Performance Monitoring Unit to the Trimslice device tree William Cohen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).