mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
7432af0958
commit
3f54101858
7 changed files with 35 additions and 54 deletions
|
|
@ -176,7 +176,7 @@
|
|||
#define CURRENT_MAX_CHG 150
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 240000000
|
||||
#define CPU_FREQ 192000000
|
||||
|
||||
/* Type of LCD */
|
||||
#define CONFIG_LCD LCD_SSD1303
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
#define CONFIG_LED LED_VIRTUAL
|
||||
|
||||
/* Define this if you have adjustable CPU frequency */
|
||||
//#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||
|
||||
#define BOOTFILE_EXT "sansa"
|
||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue