From 743d00bb94ad1c5348f2961e8fe205cdfa923987 Mon Sep 17 00:00:00 2001 From: Mike Dodd Date: Tue, 21 Sep 2010 20:14:15 -0700 Subject: [PATCH] [ARM] tegra: stingray: Enable the arm-pmu driver Change-Id: I8cfe2683665e78d584b5df19818cd4dc3c64cf1f Signed-off-by: Rebecca Schultz Zavin --- arch/arm/mach-tegra/board-stingray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 0ff9437e7ccf..53c61094d28f 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -626,6 +626,7 @@ static struct platform_device *stingray_devices[] __initdata = { &mdm6600_modem, &tegra_spdif_device, &tegra_avp_device, + &pmu_device, }; extern struct tegra_sdhci_platform_data stingray_wifi_data; /* sdhci2 */ -- 2.34.1