summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/voltage.h
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2011-03-23 23:09:41 (GMT)
committerKevin Hilman <khilman@ti.com>2011-09-15 18:39:10 (GMT)
commitaae030fa329307895eb935b057a72b12c6bd678b (patch)
tree4b39015d62f9edf1a8519166bc8f3ef55739c0b4 /arch/arm/mach-omap2/voltage.h
parent8f1bec246c44d936a02cc6b781bfd9ba670d7e45 (diff)
downloadlinux-fsl-qoriq-aae030fa329307895eb935b057a72b12c6bd678b.tar.xz
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/voltage.h')
-rw-r--r--arch/arm/mach-omap2/voltage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/voltage.h b/arch/arm/mach-omap2/voltage.h
index 25cfb5c..cacd76e 100644
--- a/arch/arm/mach-omap2/voltage.h
+++ b/arch/arm/mach-omap2/voltage.h
@@ -180,6 +180,7 @@ static inline int omap_voltage_late_init(void)
}
#endif
+extern void omap2xxx_voltagedomains_init(void);
extern void omap3xxx_voltagedomains_init(void);
extern void omap44xx_voltagedomains_init(void);