diff options
author | Abhijit Pagare <abhijitpagare@ti.com> | 2010-01-26 22:12:54 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-26 22:12:54 -0500 |
commit | 1a422724c6995004d0b9e95596ec4623e8ca1fc2 (patch) | |
tree | fc88902f6a3b57c9b5c36fcf64587ee7538eb78f /arch/arm/mach-omap2/clockdomains44xx.h | |
parent | 30b8863d2aa9d3f4804302f98821732a6a8f1419 (diff) |
ARM: OMAP4: PM: Adapt the existing OMAP2/3 Clock Domain Frameworks.
The introduction of the OMAP4 Clock Domain framework requires
some adaptaions to be done in the earlier files to place the
common and uncommon data in the proper places where they belong.
Signed-off-by: Abhijit Pagare <abhijitpagare@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clockdomains44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/clockdomains44xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clockdomains44xx.h b/arch/arm/mach-omap2/clockdomains44xx.h index 2f23d3830ede..6fc55e4ed2b5 100644 --- a/arch/arm/mach-omap2/clockdomains44xx.h +++ b/arch/arm/mach-omap2/clockdomains44xx.h | |||
@@ -18,6 +18,11 @@ | |||
18 | * published by the Free Software Foundation. | 18 | * published by the Free Software Foundation. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | /* | ||
22 | * To-Do List | ||
23 | * -> Populate the Sleep/Wakeup dependencies for the domains | ||
24 | */ | ||
25 | |||
21 | #ifndef __ARCH_ARM_MACH_OMAP2_CLOCKDOMAINS44XX_H | 26 | #ifndef __ARCH_ARM_MACH_OMAP2_CLOCKDOMAINS44XX_H |
22 | #define __ARCH_ARM_MACH_OMAP2_CLOCKDOMAINS44XX_H | 27 | #define __ARCH_ARM_MACH_OMAP2_CLOCKDOMAINS44XX_H |
23 | 28 | ||