summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2010-10-17 06:14:37 +0530
committerDima Zavin <dima@android.com>2010-12-14 13:57:22 -0800
commit8fc88f1863d8130419ce3f10ff4e50e013425101 (patch)
tree6a14d3ddfef0667980650263ce4579c6538208a9 /arch
parentea803aa701dd3c5a2829adcc2a9a82296fd0b1f1 (diff)
[ARM] tegra: ventana: register AES device
Change-Id: I5badd8d4967d7a98439b6f4b5d1329b28ee0c2d4 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-ventana.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index 75bff3ff8b33..5b11b1258f30 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -169,6 +169,7 @@ static struct platform_device *ventana_devices[] __initdata = {
&pmu_device,
&tegra_udc_device,
&tegra_gart_device,
+ &tegra_aes_device,
&ventana_keys_device,
};