[ARM] tegra: harmony: Add pmu device
authorColin Cross <ccross@google.com>
Sun, 22 Aug 2010 01:23:11 +0000 (18:23 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:27:43 +0000 (16:27 -0700)
Originally fixed by Will Deacon.

Change-Id: I2319d269f645766597100f91b2086fde4535c0fd
Signed-off-by: Colin Cross <ccross@google.com>
arch/arm/mach-tegra/board-harmony.c

index 2d9e55bc69e4236f1f253b3dd0576948b4bccecd..ee01dd0ae7cd16ae6d207a540d875d3516d53797 100644 (file)
@@ -166,6 +166,7 @@ static struct platform_device pda_power_device = {
 
 static struct platform_device *harmony_devices[] __initdata = {
        &debug_uart,
+       &pmu_device,
        &tegra_nand_device,
        &tegra_udc_device,
        &pda_power_device,