summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansafuzev2.h2
-rw-r--r--firmware/target/arm/as3525/clock-target.h5
2 files changed, 3 insertions, 4 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 71d76f4725..172434282d 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -165,7 +165,7 @@
165#define CURRENT_RECORD CURRENT_NORMAL 165#define CURRENT_RECORD CURRENT_NORMAL
166 166
167/* Define this to the CPU frequency */ 167/* Define this to the CPU frequency */
168#define CPU_FREQ 40000000 168#define CPU_FREQ 240000000
169 169
170/* Type of LCD */ 170/* Type of LCD */
171#define CONFIG_LCD LCD_FUZE 171#define CONFIG_LCD LCD_FUZE
diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h
index 974fd78192..96c2c264fe 100644
--- a/firmware/target/arm/as3525/clock-target.h
+++ b/firmware/target/arm/as3525/clock-target.h
@@ -77,10 +77,9 @@
77 */ 77 */
78 78
79#ifdef SANSA_FUZEV2 79#ifdef SANSA_FUZEV2
80/* CPU_FREQ is defined in config/<target>.h 80/* display is unbearably slow at 24MHz
81 * display is unbearable slow at 24MHz
82 * 34285715 HZ works ok but 40MHz works even better*/ 81 * 34285715 HZ works ok but 40MHz works even better*/
83#define AS3525_DRAM_FREQ CPU_FREQ /* Initial DRAM frequency */ 82#define AS3525_DRAM_FREQ 40000000 /* Initial DRAM frequency */
84#else 83#else
85#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */ 84#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */
86#endif /* SANSA_FUZEV2 */ 85#endif /* SANSA_FUZEV2 */