From: Varun Wadekar Date: Sun, 17 Oct 2010 00:44:37 +0000 (+0530) Subject: [ARM] tegra: ventana: register AES device X-Git-Tag: firefly_0821_release~9833^2~84^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8fc88f1863d8130419ce3f10ff4e50e013425101;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: ventana: register AES device Change-Id: I5badd8d4967d7a98439b6f4b5d1329b28ee0c2d4 Signed-off-by: Varun Wadekar --- 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, };