Sansa AMS: Partly revert r20923 (reset IDE maximal freq to 90MHz to fix problems with some players)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21007 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c00e1ccd0
commit
c7b698119d
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@
|
|||
#error PCLK frequency is too low : clock divider will not fit !
|
||||
#endif
|
||||
|
||||
#define AS3525_IDE_FREQ 66000000
|
||||
#define AS3525_IDE_FREQ 90000000 /* The OF uses 66MHz maximal freq
|
||||
but sd transfers fail on some
|
||||
players with this limit */
|
||||
#if (CLK_DIV(AS3525_PLLA_FREQ, AS3525_IDE_FREQ) - 1) >= (1<<4) /* 4 bits */
|
||||
#error IDE frequency is too low : clock divider will not fit !
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue