mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 12:02:39 -05:00
Slightly increase CVDD2 on AMSv2.
At least one person found an SD card that wouldn't work at 2.7v. Change-Id: I84001f07acc9ce36c71165706cce28c2899ac6bf
This commit is contained in:
parent
e9bb9a25ad
commit
365a005038
1 changed files with 2 additions and 2 deletions
|
|
@ -349,8 +349,8 @@ void kernel_device_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.70V */
|
/* CVDD2: set CVDD2 power supply (digital for DAC/SD/etc) to 2.75V */
|
||||||
ascodec_write_pmu(0x17, 2, 0x80 | 114);
|
ascodec_write_pmu(0x17, 2, 0x80 | 115);
|
||||||
#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