mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Increase CVDD1 only for Clip+ version 0
Change-Id: I839ba2191a5c52ef6f58fd4a273db628b690a05c
This commit is contained in:
parent
cfa1c843f2
commit
a25d0c58aa
1 changed files with 4 additions and 1 deletions
|
@ -484,7 +484,10 @@ void set_cpu_frequency(long frequency)
|
||||||
#if defined(SANSA_CLIPZIP)
|
#if defined(SANSA_CLIPZIP)
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 19);
|
ascodec_write_pmu(0x17, 1, 0x80 | 19);
|
||||||
#elif defined(SANSA_CLIPPLUS)
|
#elif defined(SANSA_CLIPPLUS)
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 26);
|
if (amsv2_variant)
|
||||||
|
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
||||||
|
else
|
||||||
|
ascodec_write_pmu(0x17, 1, 0x80 | 26);
|
||||||
#else
|
#else
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue