diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-loki-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-loki-power.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-loki-power.c b/arch/arm/mach-tegra/board-loki-power.c index 056f69355855..0644f1cbd6b5 100644 --- a/arch/arm/mach-tegra/board-loki-power.c +++ b/arch/arm/mach-tegra/board-loki-power.c @@ -923,6 +923,9 @@ int __init loki_soctherm_init(void) loki_soctherm_data.therm[THERM_CPU].trips, &loki_soctherm_data.therm[THERM_CPU].num_trips, 8000); /* edp temperature margin */ + tegra_add_tj_trips( + loki_soctherm_data.therm[THERM_CPU].trips, + &loki_soctherm_data.therm[THERM_CPU].num_trips); tegra_add_tgpu_trips( loki_soctherm_data.therm[THERM_GPU].trips, &loki_soctherm_data.therm[THERM_GPU].num_trips); |