aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/palmz72.h
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2008-08-29 10:53:24 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-10-09 10:12:07 -0400
commitfda50a1c49ad7483eaa29a268d560422c413933f (patch)
treed7b066fd49df37879f261c92f8b1bfcce4aad402 /arch/arm/mach-pxa/include/mach/palmz72.h
parentd8aa0251f12546e9bd1e9ee1d9782d6492819a04 (diff)
[ARM] 5239/1: Palm Zire 72 power management support
This patch contains Palm Zire 72 power management support. Depends on #5238/1 Signed-off-by: Sergey Lapin <slapin@ossfans.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/palmz72.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/palmz72.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/palmz72.h b/arch/arm/mach-pxa/include/mach/palmz72.h
index 8fd30bcecb7c..5032307ebf7d 100644
--- a/arch/arm/mach-pxa/include/mach/palmz72.h
+++ b/arch/arm/mach-pxa/include/mach/palmz72.h
@@ -63,5 +63,18 @@
63#define PALMZ72_PRESCALER 0x3F 63#define PALMZ72_PRESCALER 0x3F
64#define PALMZ72_PERIOD_NS 3500 64#define PALMZ72_PERIOD_NS 3500
65 65
66#ifdef CONFIG_PM
67struct palmz72_resume_info {
68 u32 magic0; /* 0x0 */
69 u32 magic1; /* 0x4 */
70 u32 resume_addr; /* 0x8 */
71 u32 pad[11]; /* 0xc..0x37 */
72 u32 arm_control; /* 0x38 */
73 u32 aux_control; /* 0x3c */
74 u32 ttb; /* 0x40 */
75 u32 domain_access; /* 0x44 */
76 u32 process_id; /* 0x48 */
77};
78#endif
66#endif 79#endif
67 80