summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipzip.h
diff options
context:
space:
mode:
authorMihail Zenkov <mihail.zenkov@gmail.com>2016-01-19 00:21:10 +0100
committerMichael Giacomelli <giac2000@hotmail.com>2016-01-21 19:26:00 +0100
commit3f54101858210c921e6d0039f29f649459a9a1a9 (patch)
tree5b24f6a71922e58d853e0df778afe8ed9eccd8da /firmware/export/config/sansaclipzip.h
parent7432af09580a2e88fbc47271b38d02dfc0c79837 (diff)
downloadrockbox-3f54101858210c921e6d0039f29f649459a9a1a9.tar.gz
rockbox-3f54101858210c921e6d0039f29f649459a9a1a9.zip
Enable frequency scaling on AMSv2 devices.
Voltage scaling is not yet enabled, but will follow once we are sure these changes are stable. Preliminary testing suggests a large increase in battery life, which will be further improved by voltage scaling. Patch by Mihail Zenkov with help from myself and others on the forums. Change-Id: I171d20bbee19a48c13cd14efb0d023883cc8c687
Diffstat (limited to 'firmware/export/config/sansaclipzip.h')
-rw-r--r--firmware/export/config/sansaclipzip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 9743261a52..1f6307865a 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -175,7 +175,7 @@
175#define CURRENT_MAX_CHG 150 175#define CURRENT_MAX_CHG 150
176 176
177/* Define this to the CPU frequency */ 177/* Define this to the CPU frequency */
178#define CPU_FREQ 240000000 178#define CPU_FREQ 192000000
179 179
180/* Type of LCD */ 180/* Type of LCD */
181#define CONFIG_LCD LCD_CLIPZIP 181#define CONFIG_LCD LCD_CLIPZIP
@@ -193,7 +193,7 @@
193#define CONFIG_LED LED_VIRTUAL 193#define CONFIG_LED LED_VIRTUAL
194 194
195/* Define this if you have adjustable CPU frequency */ 195/* Define this if you have adjustable CPU frequency */
196//#define HAVE_ADJUSTABLE_CPU_FREQ 196#define HAVE_ADJUSTABLE_CPU_FREQ
197 197
198#define BOOTFILE_EXT "sansa" 198#define BOOTFILE_EXT "sansa"
199#define BOOTFILE "rockbox." BOOTFILE_EXT 199#define BOOTFILE "rockbox." BOOTFILE_EXT