summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-norrin-power.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-norrin-power.c')
-rw-r--r--arch/arm/mach-tegra/board-norrin-power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-norrin-power.c b/arch/arm/mach-tegra/board-norrin-power.c
index 3599dc2ce179..706990cea341 100644
--- a/arch/arm/mach-tegra/board-norrin-power.c
+++ b/arch/arm/mach-tegra/board-norrin-power.c
@@ -224,7 +224,7 @@ static struct soctherm_platform_data norrin_soctherm_data = {
.trips = {
{
.cdev_type = "tegra-shutdown",
- .trip_temp = 101000,
+ .trip_temp = 105000,
.trip_type = THERMAL_TRIP_CRITICAL,
.upper = THERMAL_NO_LIMIT,
.lower = THERMAL_NO_LIMIT,
@@ -252,7 +252,7 @@ static struct soctherm_platform_data norrin_soctherm_data = {
.trips = {
{
.cdev_type = "tegra-shutdown",
- .trip_temp = 101000, /* = GPU shut */
+ .trip_temp = 105000, /* = GPU shut */
.trip_type = THERMAL_TRIP_CRITICAL,
.upper = THERMAL_NO_LIMIT,
.lower = THERMAL_NO_LIMIT,