summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-as3525.c')
-rw-r--r--firmware/target/arm/as3525/system-as3525.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index 238cdd0b26..a7fa78a0d6 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -481,8 +481,10 @@ void set_cpu_frequency(long frequency)
481 481
482 /* Set CVDD1 power supply */ 482 /* Set CVDD1 power supply */
483#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE 483#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE
484#ifdef SANSA_CLIPZIP 484#if defined(SANSA_CLIPZIP)
485 ascodec_write_pmu(0x17, 1, 0x80 | 19); 485 ascodec_write_pmu(0x17, 1, 0x80 | 19);
486#elif defined(SANSA_CLIPPLUS)
487 ascodec_write_pmu(0x17, 1, 0x80 | 26);
486#else 488#else
487 ascodec_write_pmu(0x17, 1, 0x80 | 22); 489 ascodec_write_pmu(0x17, 1, 0x80 | 22);
488#endif 490#endif