summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r--firmware/target/arm/as3525/clock-target.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h
index 21a105732a..c5ce54fc71 100644
--- a/firmware/target/arm/as3525/clock-target.h
+++ b/firmware/target/arm/as3525/clock-target.h
@@ -77,8 +77,10 @@
77 */ 77 */
78 78
79#ifdef SANSA_FUZEV2 79#ifdef SANSA_FUZEV2
80/* XXX: display is noticeably slower at 24MHz */ 80/* CPU_FREQ is defined in config/<target>.h
81#define AS3525_DRAM_FREQ 60000000 /* Initial DRAM frequency */ 81 * display is noticeably slower at 24MHz
82 * 34285715 HZ works butter but 40MHz works even better*/
83#define AS3525_DRAM_FREQ CPU_FREQ /* Initial DRAM frequency */
82#else 84#else
83#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */ 85#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */
84#endif /* SANSA_FUZEV2 */ 86#endif /* SANSA_FUZEV2 */