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:
Rafaël Carré 2009-05-21 11:46:36 +00:00
parent 6c00e1ccd0
commit c7b698119d

View file

@ -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