|
@@ -57,4 +57,6 @@ void __init tegra_hotplug_init(void)
|
|
tegra_hotplug_shutdown = tegra30_hotplug_shutdown;
|
|
tegra_hotplug_shutdown = tegra30_hotplug_shutdown;
|
|
if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_chip_id == TEGRA114)
|
|
if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_chip_id == TEGRA114)
|
|
tegra_hotplug_shutdown = tegra30_hotplug_shutdown;
|
|
tegra_hotplug_shutdown = tegra30_hotplug_shutdown;
|
|
|
|
+ if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_chip_id == TEGRA124)
|
|
|
|
+ tegra_hotplug_shutdown = tegra30_hotplug_shutdown;
|
|
}
|
|
}
|