summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-vcm30_t124-power.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/board-vcm30_t124-power.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/board-vcm30_t124-power.c')
-rw-r--r--arch/arm/mach-tegra/board-vcm30_t124-power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-vcm30_t124-power.c b/arch/arm/mach-tegra/board-vcm30_t124-power.c
index 590d1440446e..8cdfd4b745ce 100644
--- a/arch/arm/mach-tegra/board-vcm30_t124-power.c
+++ b/arch/arm/mach-tegra/board-vcm30_t124-power.c
@@ -273,7 +273,7 @@ static struct thermal_zone_params soctherm_tzp = {
.governor_name = "pid_thermal_gov",
};
-static struct tegra_tsensor_pmu_data tpdata_palmas = {
+static struct tegra_thermtrip_pmic_data tpdata_palmas = {
.reset_tegra = 1,
.pmu_16bit_ops = 0,
.controller_type = 0,
@@ -283,7 +283,7 @@ static struct tegra_tsensor_pmu_data tpdata_palmas = {
.poweroff_reg_data = 0x0,
};
-static struct tegra_tsensor_pmu_data tpdata_max77663 = {
+static struct tegra_thermtrip_pmic_data tpdata_max77663 = {
.reset_tegra = 1,
.pmu_16bit_ops = 0,
.controller_type = 0,