[ARM] tegra: ventana: add OTG device
authorGary King <gking@nvidia.com>
Tue, 28 Sep 2010 19:36:31 +0000 (12:36 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:29:01 +0000 (16:29 -0700)
Change-Id: Ie35453a385221b6d1f8b7eb05ed19e550a4c1d16
Signed-off-by: Gary King <gking@nvidia.com>
arch/arm/mach-tegra/board-ventana.c

index ee9b7c9429dc054c8bceaa44ad29c8a200572d2f..d021fe84b40b43826099281f46324a5d231bf978 100644 (file)
@@ -163,6 +163,7 @@ static struct platform_device ventana_keys_device = {
 };
 
 static struct platform_device *ventana_devices[] __initdata = {
+       &tegra_otg_device,
        &debug_uart,
        &pmu_device,
        &tegra_udc_device,