[ARM] tegra: Add tegra isp to stingray board files
authorRebecca Schultz Zavin <rebecca@android.com>
Wed, 28 Jul 2010 22:20:15 +0000 (15:20 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:26 +0000 (16:33 -0700)
Change-Id: I84eab4cb11a90cea7e43d63a571faffd022a5cda
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
arch/arm/mach-tegra/board-stingray.c

index f45542cb68bfd81bf4297018ed914f86c1779646..4be7c0ddcc210f69ac9e940d3963f40987405ff6 100644 (file)
@@ -451,6 +451,11 @@ static struct platform_device bcm4329_rfkill = {
        .id = -1,
 };
 
+static struct platform_device tegra_isp = {
+       .name = "tegra_isp",
+       .id = -1,
+};
+
 static struct tegra_w1_timings tegra_w1_platform_timings = {
        .tsu = 0x1,
        .trelease = 0xf,
@@ -506,6 +511,7 @@ static struct platform_device *stingray_devices[] __initdata = {
        &tegra_spi_device4,
        &tegra_gart_dev,
        &ram_console_device,
+       &tegra_isp,
 };
 
 extern struct tegra_sdhci_platform_data stingray_wifi_data; /* sdhci2 */