From 131deaf7d308556e1f0d6dd1bbae3f5b2a7d4fe7 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Tue, 14 Dec 2010 14:25:59 -0800 Subject: [PATCH] ARM: tegra: stingray: add AES device Change-Id: I97245f9266e69b2c7d0af6c22f8ac7a1a1e7fc13 Signed-off-by: Dima 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 5a9eb432c776..ebaa5e48b950 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -551,6 +551,7 @@ static struct platform_device *stingray_devices[] __initdata = { &tegra_spdif_device, &tegra_avp_device, &pmu_device, + &tegra_aes_device, }; extern struct tegra_sdhci_platform_data stingray_wifi_data; /* sdhci2 */ -- 2.34.1