summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorKevin Hilman2011-03-24 00:09:41 +0100
committerKevin Hilman2011-09-15 20:39:10 +0200
commitaae030fa329307895eb935b057a72b12c6bd678b (patch)
tree4b39015d62f9edf1a8519166bc8f3ef55739c0b4 /arch/arm/mach-omap2/io.c
parentOMAP2+: powerdomain: add voltagedomain to struct powerdomain (diff)
downloadkernel-qcow2-linux-aae030fa329307895eb935b057a72b12c6bd678b.tar.gz
kernel-qcow2-linux-aae030fa329307895eb935b057a72b12c6bd678b.tar.xz
kernel-qcow2-linux-aae030fa329307895eb935b057a72b12c6bd678b.zip
OMAP2: add voltage domains and connect to powerdomains
Create basic voltagedomains for OMAP2 and associate OMAP2 powerdomains with the newly created voltage domains. While here, update copyright on powerdomain data to 2011. Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 7c36fde5dd62..7802e84f42c7 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -342,10 +342,12 @@ void __init omap2_init_common_infrastructure(void)
u8 postsetup_state;
if (cpu_is_omap242x()) {
+ omap2xxx_voltagedomains_init();
omap242x_powerdomains_init();
omap242x_clockdomains_init();
omap2420_hwmod_init();
} else if (cpu_is_omap243x()) {
+ omap2xxx_voltagedomains_init();
omap243x_powerdomains_init();
omap243x_clockdomains_init();
omap2430_hwmod_init();