diff options
author | Benoit Cousson <b-cousson@ti.com> | 2013-05-29 20:38:09 +0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-06-08 21:57:45 +0400 |
commit | 411f968f1cd8c1e6262f794337c9cc49f67d687a (patch) | |
tree | bee45c207969da801b987749dbe9b6253f9762fa /arch/arm/mach-omap2/powerdomain.h | |
parent | 8410f48ea32991d79d7218d68440e5635789eea7 (diff) | |
download | linux-411f968f1cd8c1e6262f794337c9cc49f67d687a.tar.xz |
ARM: OMAP5: powerdomain data: Add OMAP54XX data and update the header
Add the data file to describe all power domains inside the OMAP54XX soc.
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
[santosh.shilimkar@ti.com: Generated es2.0 data]
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/powerdomain.h')
-rw-r--r-- | arch/arm/mach-omap2/powerdomain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/powerdomain.h b/arch/arm/mach-omap2/powerdomain.h index 140c36074fed..3d82f5035aad 100644 --- a/arch/arm/mach-omap2/powerdomain.h +++ b/arch/arm/mach-omap2/powerdomain.h @@ -253,6 +253,7 @@ extern void omap243x_powerdomains_init(void); extern void omap3xxx_powerdomains_init(void); extern void am33xx_powerdomains_init(void); extern void omap44xx_powerdomains_init(void); +extern void omap54xx_powerdomains_init(void); extern struct pwrdm_ops omap2_pwrdm_operations; extern struct pwrdm_ops omap3_pwrdm_operations; |