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 */
|
||||
#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||
#if defined(SANSA_CLIPZIP)
|
||||
ascodec_write_pmu(0x17, 1, 0x80 | 19);
|
||||
ascodec_write_pmu(0x17, 1, 0x80 | 20);
|
||||
#elif defined(SANSA_CLIPPLUS)
|
||||
if (amsv2_variant)
|
||||
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
||||
|
|
Loading…
Reference in a new issue