aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/powerdomains.h
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2009-01-27 21:44:18 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-02-08 12:50:30 -0500
commit46e0ccf8ae32e53dc34a274977e2c6256b2deddc (patch)
tree65c26ce0872444a047bc9bf9e6f29958b5f5a086 /arch/arm/mach-omap2/powerdomains.h
parent15b52bc4cb2b4cc93047b957a6c7b9dbd910a6fa (diff)
[ARM] OMAP3 PRCM: add DPLL1-5 powerdomains, clockdomains; mark clocks
Each DPLL exists in its own powerdomain (cf 34xx TRM figure 4-18) and clockdomain; so, create powerdomain and clockdomain structures for them. Mark each DPLL clock as belonging to their respective DPLL clockdomain. cf. 34xx TRM Table 4-27 (among other references). linux-omap source commits are acdb615850b9b4f7d1ab68133a16be8c8c0e7419 and a8798a48f33e9268dcc7f30a4b4a3ce4220fe0c9. Signed-off-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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