forked from len0rd/rockbox
Slightly increase VDD2 on AMSv2.
The old value was unstable on some devices. Change-Id: I016906ec076384589bef9ece6156e0ee7b31609a
This commit is contained in:
parent
fe9a3ceb0e
commit
ece9303c2b
1 changed files with 2 additions and 2 deletions
|
@ -333,8 +333,8 @@ void system_init(void)
|
||||||
ascodec_write_pmu(0x18, 1, 0x35);
|
ascodec_write_pmu(0x18, 1, 0x35);
|
||||||
/* AVDD17: set AVDD17 power supply to 2.5V */
|
/* AVDD17: set AVDD17 power supply to 2.5V */
|
||||||
ascodec_write_pmu(0x18, 7, 0x31);
|
ascodec_write_pmu(0x18, 7, 0x31);
|
||||||
/* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.65V */
|
/* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.70V */
|
||||||
ascodec_write_pmu(0x17, 2, 0x80 | 113);
|
ascodec_write_pmu(0x17, 2, 0x80 | 114);
|
||||||
#else /* HAVE_AS3543 */
|
#else /* HAVE_AS3543 */
|
||||||
ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING);
|
ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING);
|
||||||
#endif /* HAVE_AS3543 */
|
#endif /* HAVE_AS3543 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue