Skip to content

Commit fafd62e

Browse files
digetxthierryreding
authored andcommitted
cpuidle: tegra: Support CPU cluster power-down state on Tegra30
The new Tegra CPU Idle driver now has a unified code path for the coupled CC6 (LP2) state, this allows to enable the deepest idling state on Tegra30 SoC where the whole CPU cluster is power-gated. Tested-by: Michał Mirosław <[email protected]> Tested-by: Jasper Korten <[email protected]> Tested-by: David Heidelberg <[email protected]> Tested-by: Peter Geis <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 1555547 commit fafd62e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/cpuidle/cpuidle-tegra.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ static int tegra_cpuidle_probe(struct platform_device *pdev)
365365
break;
366366

367367
case TEGRA30:
368-
tegra_cpuidle_disable_state(TEGRA_CC6);
369368
break;
370369

371370
case TEGRA114:

0 commit comments

Comments
 (0)