summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-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 f170c0c3d9..d630ef38ec 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -349,8 +349,8 @@ void kernel_device_init(void)
349 ascodec_write_pmu(0x18, 1, 0x35); 349 ascodec_write_pmu(0x18, 1, 0x35);
350 /* AVDD17: set AVDD17 power supply to 2.5V */ 350 /* AVDD17: set AVDD17 power supply to 2.5V */
351 ascodec_write_pmu(0x18, 7, 0x31); 351 ascodec_write_pmu(0x18, 7, 0x31);
352 /* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.70V */ 352 /* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.75V */
353 ascodec_write_pmu(0x17, 2, 0x80 | 114); 353 ascodec_write_pmu(0x17, 2, 0x80 | 115);
354#else /* HAVE_AS3543 */ 354#else /* HAVE_AS3543 */
355 ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING); 355 ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING);
356#endif /* HAVE_AS3543 */ 356#endif /* HAVE_AS3543 */