summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorBitan Biswas <bbiswas@nvidia.com>2011-02-22 18:43:43 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-07-08 16:28:03 -0700
commit202619ae9561d591bd297cb47ba6abd598c17f17 (patch)
treea094a35fcc8332126414debaed1208d82488d658 /arch/arm/mach-tegra/devices.h
parentbd3d36be87547863165faeb8884d9c0be76385d4 (diff)
arm:tegra:tsensor: device definitions
Tegra internal temperature sensor addresses defined Bug 661228 Change-Id: I061ac9e7da3115d1e832e645582353f93378d291 Reviewed-on: http://git-master/r/36119 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Tested-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Narendra Damahe <ndamahe@nvidia.com> Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 26bf59ad40c0..7fc387ee6283 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -95,6 +95,9 @@ extern struct platform_device tegra_aes_device;
#if defined(CONFIG_ARCH_TEGRA_2x_SOC)
extern struct platform_device tegra_das_device;
#endif
+#if !defined(CONFIG_ARCH_TEGRA_2x_SOC)
+extern struct platform_device tegra_tsensor_device;
+#endif
extern struct platform_device debug_uarta_device;
extern struct platform_device debug_uartb_device;