diff options
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
| -rw-r--r-- | arch/arm/mach-tegra/common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 96fef6bcc651..0560538bf598 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | #include "fuse.h" | 34 | #include "fuse.h" |
| 35 | #include "pmc.h" | 35 | #include "pmc.h" |
| 36 | #include "apbio.h" | 36 | #include "apbio.h" |
| 37 | #include "sleep.h" | ||
| 37 | 38 | ||
| 38 | /* | 39 | /* |
| 39 | * Storage for debug-macro.S's state. | 40 | * Storage for debug-macro.S's state. |
| @@ -135,6 +136,7 @@ void __init tegra20_init_early(void) | |||
| 135 | tegra_init_cache(0x331, 0x441); | 136 | tegra_init_cache(0x331, 0x441); |
| 136 | tegra_pmc_init(); | 137 | tegra_pmc_init(); |
| 137 | tegra_powergate_init(); | 138 | tegra_powergate_init(); |
| 139 | tegra20_hotplug_init(); | ||
| 138 | } | 140 | } |
| 139 | #endif | 141 | #endif |
| 140 | #ifdef CONFIG_ARCH_TEGRA_3x_SOC | 142 | #ifdef CONFIG_ARCH_TEGRA_3x_SOC |
| @@ -147,11 +149,11 @@ void __init tegra30_init_early(void) | |||
| 147 | tegra_init_cache(0x441, 0x551); | 149 | tegra_init_cache(0x441, 0x551); |
| 148 | tegra_pmc_init(); | 150 | tegra_pmc_init(); |
| 149 | tegra_powergate_init(); | 151 | tegra_powergate_init(); |
| 152 | tegra30_hotplug_init(); | ||
| 150 | } | 153 | } |
| 151 | #endif | 154 | #endif |
| 152 | 155 | ||
| 153 | void __init tegra_init_late(void) | 156 | void __init tegra_init_late(void) |
| 154 | { | 157 | { |
| 155 | tegra_clk_debugfs_init(); | ||
| 156 | tegra_powergate_debugfs_init(); | 158 | tegra_powergate_debugfs_init(); |
| 157 | } | 159 | } |
