summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/system-as3525.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index 4de111d00f..1db4699ec8 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -333,8 +333,8 @@ void system_init(void)
333 ascodec_write_pmu(0x18, 1, 0x35); 333 ascodec_write_pmu(0x18, 1, 0x35);
334 /* AVDD17: set AVDD17 power supply to 2.5V */ 334 /* AVDD17: set AVDD17 power supply to 2.5V */
335 ascodec_write_pmu(0x18, 7, 0x31); 335 ascodec_write_pmu(0x18, 7, 0x31);
336 /* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.65V */ 336 /* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.70V */
337 ascodec_write_pmu(0x17, 2, 0x80 | 113); 337 ascodec_write_pmu(0x17, 2, 0x80 | 114);
338#else /* HAVE_AS3543 */ 338#else /* HAVE_AS3543 */
339 ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING); 339 ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING);
340#endif /* HAVE_AS3543 */ 340#endif /* HAVE_AS3543 */