summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra11_soctherm.c
diff options
context:
space:
mode:
authorPaul Walmsley <pwalmsley@nvidia.com>2014-04-14 20:32:16 -0700
committerSeema Khowala <seemaj@nvidia.com>2014-04-23 14:04:59 -0700
commite61c79b70d14ce5401ba3943570037c2a47e2f22 (patch)
tree19d4112127bfd93f0efd3b8d4892719a04551872 /arch/arm/mach-tegra/tegra11_soctherm.c
parent6a03ef793b4eb446e9046b6ca1f08c8e15c21cc5 (diff)
drivers: tegra: pmc: change name of struct tegra_tsensor_pmu_data
At Aleks' request, change the name of struct tegra_tsensor_pmu_data, to clarify what it is and what it does. This structure has nothing to do with PMIC temperature sensors. Instead it's used to configure the boot ROM appropriately to tell the PMIC how to power off the SoC after SOC_THERM's critical thermal trip point has been reached ("thermtrip"). The name will now be 'struct tegra_thermtrip_pmic_data'. Change-Id: I40e5aeeb74267993272e33c92300d3506a15a4a8 Cc: Aleksandr Frid <afrid@nvidia.com> Cc: Diwakar Tundlam <dtundlam@nvidia.com> Cc: Matthew Longnecker <mlongnecker@nvidia.com> Signed-off-by: Paul Walmsley <pwalmsley@nvidia.com> Reviewed-on: http://git-master/r/396170 Reviewed-by: Matthew Longnecker <mlongnecker@nvidia.com> Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra11_soctherm.c')
-rw-r--r--arch/arm/mach-tegra/tegra11_soctherm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra11_soctherm.c b/arch/arm/mach-tegra/tegra11_soctherm.c
index 09a7657a1483..26142de97936 100644
--- a/arch/arm/mach-tegra/tegra11_soctherm.c
+++ b/arch/arm/mach-tegra/tegra11_soctherm.c
@@ -2634,7 +2634,7 @@ static int soctherm_fuse_read_tsensor(enum soctherm_sense sensor)
* PMC will use if SOC_THERM requests a shutdown based on excessive
* temperature (i.e. a thermtrip).
*/
-static void soctherm_therm_trip_init(struct tegra_tsensor_pmu_data *data)
+static void soctherm_therm_trip_init(struct tegra_thermtrip_pmic_data *data)
{
if (!data)
return;