mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Slightly raise voltage on FuzeV2 devices.
Some devices seem to have trouble accessing the storage at lower voltages.
This commit is contained in:
parent
3e91ad5df2
commit
c75aac8424
1 changed files with 3 additions and 0 deletions
|
|
@ -594,6 +594,9 @@ void set_cpu_frequency(long frequency)
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
ascodec_write_pmu(0x17, 1, 0x80 | 22);
|
||||||
else
|
else
|
||||||
ascodec_write_pmu(0x17, 1, 0x80 | 26);
|
ascodec_write_pmu(0x17, 1, 0x80 | 26);
|
||||||
|
#elif defined(SANSA_FUZEV2)
|
||||||
|
/*Some FuzeV2 devices have trouble reading SD at low voltage*/
|
||||||
|
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