提交 b573ad9f 编写于 作者: J Joseph Lo 提交者: Stephen Warren

ARM: tegra: hook tegra_tear_down_cpu function

Hooking tegra_tear_down_cpu for Tegra114 for supporting cluster power
down when CPU cluster suspneded in LP2.
Signed-off-by: NJoseph Lo <josephl@nvidia.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 3f1be81e
...@@ -52,7 +52,9 @@ static void tegra_tear_down_cpu_init(void) ...@@ -52,7 +52,9 @@ static void tegra_tear_down_cpu_init(void)
tegra_tear_down_cpu = tegra20_tear_down_cpu; tegra_tear_down_cpu = tegra20_tear_down_cpu;
break; break;
case TEGRA30: case TEGRA30:
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC)) case TEGRA114:
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC))
tegra_tear_down_cpu = tegra30_tear_down_cpu; tegra_tear_down_cpu = tegra30_tear_down_cpu;
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册