summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorAmit Kamath <akamath@nvidia.com>2012-01-18 15:59:20 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:09:42 -0700
commit3d0833256155b8665fb2b0f9d003ef9424d1a717 (patch)
tree0ddbd1b26dcd9599bca398a4a51f5ee4d449fb6c /arch/arm/mach-tegra/devices.h
parent132854ae4ba53c178787d8bfc5491470d3e927c9 (diff)
ARM: tegra: Add support for SPI revision 2 controller
Bug 815557 Change-Id: I5700f610e41a4ed32025a890e238b1bbcac128e9 Signed-off-by: Amit Kamath <akamath@nvidia.com> Reviewed-on: http://git-master/r/75906 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Signed-off-by: Scott Williams <scwilliams@nvidia.com> Reviewed-on: http://git-master/r/78273 Reviewed-by: Automatic_Commit_Validation_User Rebase-Id: R6c8bf7cc12c1c4ebf204af3643585f6b4ee9f983
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 42e2c9e62116..0cf3d95e293d 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -45,10 +45,22 @@ extern struct platform_device tegra_spi_device1;
extern struct platform_device tegra_spi_device2;
extern struct platform_device tegra_spi_device3;
extern struct platform_device tegra_spi_device4;
+extern struct platform_device tegra_spi_r2_device1;
+extern struct platform_device tegra_spi_r2_device2;
+extern struct platform_device tegra_spi_r2_device3;
+extern struct platform_device tegra_spi_r2_device4;
+extern struct platform_device tegra_spi_r2_device5;
+extern struct platform_device tegra_spi_r2_device6;
extern struct platform_device tegra_spi_slave_device1;
extern struct platform_device tegra_spi_slave_device2;
extern struct platform_device tegra_spi_slave_device3;
extern struct platform_device tegra_spi_slave_device4;
+extern struct platform_device tegra_spi_r2_slave_device1;
+extern struct platform_device tegra_spi_r2_slave_device2;
+extern struct platform_device tegra_spi_r2_slave_device3;
+extern struct platform_device tegra_spi_r2_slave_device4;
+extern struct platform_device tegra_spi_r2_slave_device5;
+extern struct platform_device tegra_spi_r2_slave_device6;
#ifndef CONFIG_ARCH_TEGRA_2x_SOC
extern struct platform_device tegra_spi_device5;
extern struct platform_device tegra_spi_device6;