cpuidle: tegra: Support CPU cluster power-down state on Tegra30
authorDmitry Osipenko <digetx@gmail.com>
Tue, 24 Mar 2020 22:43:35 +0000 (01:43 +0300)
committerThierry Reding <treding@nvidia.com>
Wed, 6 May 2020 16:42:55 +0000 (18:42 +0200)
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 <mirq-linux@rere.qmqm.pl>
Tested-by: Jasper Korten <jja2000@gmail.com>
Tested-by: David Heidelberg <david@ixit.cz>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/cpuidle/cpuidle-tegra.c

index 313b0290e97bbc7afdae019a7bcb81f26a4ee1c2..150045849d78206850eaf1ada23d4001c76750c2 100644 (file)
@@ -365,7 +365,6 @@ static int tegra_cpuidle_probe(struct platform_device *pdev)
                break;
 
        case TEGRA30:
-               tegra_cpuidle_disable_state(TEGRA_CC6);
                break;
 
        case TEGRA114: