From 1bc3b7feb2b0fc1014c41203ab82047ec94f69d4 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 31 Jul 2007 10:56:50 +0000 Subject: PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other PP targets. * Prepare sleep mode by adding CPUFREQ_SLEEP. This is already confirmed working, but a lot of functions in rockbox will probably hang because the microsecond timer isn't running in this mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14096 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5002.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h index f2a7630ef6..082fc1c9cc 100644 --- a/firmware/export/pp5002.h +++ b/firmware/export/pp5002.h @@ -130,6 +130,7 @@ #define PLL_CONTROL (*(volatile unsigned long *)(0xcf005010)) #define PLL_DIV (*(volatile unsigned long *)(0xcf005018)) #define PLL_MULT (*(volatile unsigned long *)(0xcf00501c)) +#define PLL_UNLOCK (*(volatile unsigned long *)(0xcf005038)) #define MMAP0_LOGICAL (*(volatile unsigned long *)(0xf000f000)) #define MMAP0_PHYSICAL (*(volatile unsigned long *)(0xf000f004)) -- cgit v1.2.3