mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fuzev2: Use 40MHz as unboosted frequency. The lcd speed and ui responsiveness is good at this freq.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c06a23da79
commit
2149199b90
2 changed files with 5 additions and 3 deletions
|
|
@ -165,7 +165,7 @@
|
||||||
#define CURRENT_RECORD CURRENT_NORMAL
|
#define CURRENT_RECORD CURRENT_NORMAL
|
||||||
|
|
||||||
/* Define this to the CPU frequency */
|
/* Define this to the CPU frequency */
|
||||||
#define CPU_FREQ 240000000
|
#define CPU_FREQ 40000000
|
||||||
|
|
||||||
/* Type of LCD */
|
/* Type of LCD */
|
||||||
#define CONFIG_LCD LCD_FUZE
|
#define CONFIG_LCD LCD_FUZE
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef SANSA_FUZEV2
|
#ifdef SANSA_FUZEV2
|
||||||
/* XXX: display is noticeably slower at 24MHz */
|
/* CPU_FREQ is defined in config/<target>.h
|
||||||
#define AS3525_DRAM_FREQ 60000000 /* Initial DRAM frequency */
|
* display is noticeably slower at 24MHz
|
||||||
|
* 34285715 HZ works butter but 40MHz works even better*/
|
||||||
|
#define AS3525_DRAM_FREQ CPU_FREQ /* Initial DRAM frequency */
|
||||||
#else
|
#else
|
||||||
#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */
|
#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */
|
||||||
#endif /* SANSA_FUZEV2 */
|
#endif /* SANSA_FUZEV2 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue