summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-09-05 15:34:34 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-09-05 15:34:34 +0000
commitc196da2ceeddfc03a42e6a620aa08e3f583c8f0d (patch)
tree93fc7d4214af51ae689d02754a7192b36d94abe9 /firmware/export/config/sansae200v2.h
parentd71d537b17f8a3cf385a6523b4d22458831a4afe (diff)
downloadrockbox-c196da2ceeddfc03a42e6a620aa08e3f583c8f0d.tar.gz
rockbox-c196da2ceeddfc03a42e6a620aa08e3f583c8f0d.zip
FS#11597 : decrease FCLK frequency when unboosted
FCLK is unused because we use fastbus clocking: CPU clock = PCLK Base PCLK off PLLA and use the lowest frqeuency for FCLK (24MHz source, maximum divider) Save a bit of power, adjust Clipv1/e200v2/Fuzev1 current usage accordingly Note: the power saving (in mA) is a bit less on e200v2/Fuzev1 than on Clipv1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 1b7d76e650..03711990a9 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -158,7 +158,7 @@
158#define CONFIG_I2C I2C_AS3525 158#define CONFIG_I2C I2C_AS3525
159 159
160/* define current usage levels (based on battery bench) */ 160/* define current usage levels (based on battery bench) */
161#define CURRENT_NORMAL 45 161#define CURRENT_NORMAL 44
162#define CURRENT_BACKLIGHT 30 162#define CURRENT_BACKLIGHT 30
163#define CURRENT_RECORD CURRENT_NORMAL 163#define CURRENT_RECORD CURRENT_NORMAL
164 164