Skip to content

Commit 5e480ab

Browse files
digetxchanwoochoi
authored andcommitted
PM / devfreq: tegra30: Support thermal cooling
Expose ACTMON devfreq device as a cooling device in order to throttle memory freq on overheat. Throttling of memory freq has a significant cooling effect on NVIDIA Tegra SoCs since higher memory freqs require higher SoC core voltage which is one of the main causes of the heating. Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent 7dbc0d2 commit 5e480ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/devfreq/tegra30-devfreq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ static struct devfreq_dev_profile tegra_devfreq_profile = {
688688
.polling_ms = ACTMON_SAMPLING_PERIOD,
689689
.target = tegra_devfreq_target,
690690
.get_dev_status = tegra_devfreq_get_dev_status,
691+
.is_cooling_device = true,
691692
};
692693

693694
static int tegra_governor_get_target(struct devfreq *devfreq,

0 commit comments

Comments
 (0)