summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2012-10-06 22:10:00 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:37:13 -0700
commitf8840670ac22d3d15cd9432627a2e057dd2086e3 (patch)
tree3cff0e42e3137e4e6e0597bf33a65819fbc7d0c3 /arch/arm/mach-tegra/devices.h
parent764947a28a1b5017b03bea819d3e6beb3dc025b1 (diff)
ARM: tegra11: dvfs: Add CL-DVFS platform device
Added CL-DVFS platform device. Converted CL-DVFS module to platform device driver, used driver registration to get CL_DVFS platform data instead of calling board level API. Change-Id: I5283e80c5d43f0259743b55bd3ad6783c639b090 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/142169 Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-on: http://git-master/r/146270 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com> Rebase-Id: Ra08e3c067e3555b5c40d65e6cd6fd74f6e31bc44
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 6e434b9f81fe..022d88ba91f5 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -159,6 +159,9 @@ extern struct platform_device tegra_nvmap_device;
#ifndef CONFIG_ARCH_TEGRA_2x_SOC
extern struct platform_device tegra_cec_device;
#endif
+#ifdef CONFIG_ARCH_TEGRA_HAS_CL_DVFS
+extern struct platform_device tegra_cl_dvfs_device;
+#endif
void __init tegra_init_debug_uart_rate(void);