mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Slightly increase CVDD1 for Clip Zip
Change-Id: Ic784c72a643546c8e31affa820f701eb7982b7c7
This commit is contained in:
parent
e5042fd090
commit
0d0b163dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ void set_cpu_frequency(long frequency)
|
||||||
/* Set CVDD1 power supply */
|
/* Set CVDD1 power supply */
|
||||||
#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE
|
#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||||
#if defined(SANSA_CLIPZIP)
|
#if defined(SANSA_CLIPZIP)
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 19);
|
ascodec_write_pmu(0x17, 1, 0x80 | 20);
|
||||||
#elif defined(SANSA_CLIPPLUS)
|
#elif defined(SANSA_CLIPPLUS)
|
||||||
if (amsv2_variant)
|
if (amsv2_variant)
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue