summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra11_soctherm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/tegra11_soctherm.c')
-rw-r--r--arch/arm/mach-tegra/tegra11_soctherm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra11_soctherm.c b/arch/arm/mach-tegra/tegra11_soctherm.c
index ab4e90f5a01c..b8e0b513da71 100644
--- a/arch/arm/mach-tegra/tegra11_soctherm.c
+++ b/arch/arm/mach-tegra/tegra11_soctherm.c
@@ -347,7 +347,9 @@ static int soctherm_bind(struct thermal_zone_device *thz,
return 0;
if (plat_data.therm[index].cdev == cdevice)
- return thermal_zone_bind_cooling_device(thz, 0, cdevice);
+ return thermal_zone_bind_cooling_device(thz, 0, cdevice,
+ THERMAL_NO_LIMIT,
+ THERMAL_NO_LIMIT);
return 0;
}