mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Increase CVDD1 for Clip+ to prevent ATA error
Change-Id: I0424d02196a6c5fb6d0185b007df5ece24b10b82
This commit is contained in:
parent
e3c51e09d1
commit
cfa1c843f2
1 changed files with 3 additions and 1 deletions
|
|
@ -481,8 +481,10 @@ void set_cpu_frequency(long frequency)
|
|||
|
||||
/* Set CVDD1 power supply */
|
||||
#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||
#ifdef SANSA_CLIPZIP
|
||||
#if defined(SANSA_CLIPZIP)
|
||||
ascodec_write_pmu(0x17, 1, 0x80 | 19);
|
||||
#elif defined(SANSA_CLIPPLUS)
|
||||
ascodec_write_pmu(0x17, 1, 0x80 | 26);
|
||||
#else
|
||||
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue