From c196da2ceeddfc03a42e6a620aa08e3f583c8f0d Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 5 Sep 2010 15:34:34 +0000 Subject: 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 --- firmware/export/config/sansaclip.h | 2 +- firmware/export/config/sansae200v2.h | 2 +- firmware/export/config/sansafuze.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index d43fa898b0..7427d623fb 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -154,7 +154,7 @@ /* #define HAVE_POWEROFF_WHILE_CHARGING */ /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 42 +#define CURRENT_NORMAL 37 #define CURRENT_BACKLIGHT 13 #define CURRENT_RECORD CURRENT_NORMAL 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 @@ #define CONFIG_I2C I2C_AS3525 /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 45 +#define CURRENT_NORMAL 44 #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index e2b3fa8aaa..2f0073fc53 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -162,7 +162,7 @@ #define CONFIG_I2C I2C_AS3525 /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 37 +#define CURRENT_NORMAL 35 #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL -- cgit v1.2.3