summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRanjith Lohithakshan <ranjithl@ti.com>2009-09-09 10:13:44 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:35 -0400
commit47f73292643a2359f6465f08ec10926ee8b070aa (patch)
treea21d7495e1c9cca0cecfc99cf5d6ba95e8659d1b /include
parent381c48601ce27cfd0dc1148384a2519fa04d819a (diff)
OMAP3517: Clock init changes to support system standby
Do not enable clocks for those modules not present on OMAP3505/17. Signed-off-by: Ranjith Lohithakshan <ranjithl@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-omap3/clocks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/clocks.h b/include/asm-arm/arch-omap3/clocks.h
index 71a0cb6ae4..f7b31a4e2a 100644
--- a/include/asm-arm/arch-omap3/clocks.h
+++ b/include/asm-arm/arch-omap3/clocks.h
@@ -31,9 +31,15 @@
#define S38_4M 38400000
#define FCK_IVA2_ON 0x00000001
+#ifdef CONFIG_OMAP3_OMAP3517EVM
+#define FCK_CORE1_ON 0x037ffe00
+#define ICK_CORE1_ON 0x037ffe42
+#define ICK_CORE2_ON 0x00000000
+#else
#define FCK_CORE1_ON 0x03fffe29
#define ICK_CORE1_ON 0x3ffffffb
#define ICK_CORE2_ON 0x0000001f
+#endif
#define FCK_WKUP_ON 0x000000e9
#define ICK_WKUP_ON 0x0000003f
#define FCK_DSS_ON 0x00000005