aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/powerdomains.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/powerdomains.h')
-rw-r--r--arch/arm/mach-omap2/powerdomains.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/powerdomains.h b/arch/arm/mach-omap2/powerdomains.h
index 1e151faebbd3..1329443f2cd5 100644
--- a/arch/arm/mach-omap2/powerdomains.h
+++ b/arch/arm/mach-omap2/powerdomains.h
@@ -178,6 +178,11 @@ static struct powerdomain *powerdomains_omap[] __initdata = {
178 &emu_pwrdm, 178 &emu_pwrdm,
179 &sgx_pwrdm, 179 &sgx_pwrdm,
180 &usbhost_pwrdm, 180 &usbhost_pwrdm,
181 &dpll1_pwrdm,
182 &dpll2_pwrdm,
183 &dpll3_pwrdm,
184 &dpll4_pwrdm,
185 &dpll5_pwrdm,
181#endif 186#endif
182 187
183 NULL 188 NULL