Skip to content

Commit 61d9320

Browse files
digetxchanwoochoi
authored andcommitted
PM / devfreq: tegra30: Don't enable consecutive-down interrupt on startup
The consecutive-down event tells that we should perform frequency de-boosting, but boosting is in a reset state on start and hence the event won't do anything useful for us and it will be just a dummy interrupt request. Reviewed-by: Chanwoo Choi <[email protected]> Tested-by: Peter Geis <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent 1426655 commit 61d9320

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/devfreq/tegra30-devfreq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ static void tegra_actmon_configure_device(struct tegra_devfreq *tegra,
490490
<< ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_NUM_SHIFT;
491491
val |= ACTMON_DEV_CTRL_AVG_ABOVE_WMARK_EN;
492492
val |= ACTMON_DEV_CTRL_AVG_BELOW_WMARK_EN;
493-
val |= ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN;
494493
val |= ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN;
495494
val |= ACTMON_DEV_CTRL_ENB;
496495

0 commit comments

Comments
 (0)