From c7b698119d7eaa90aacc39f32c2fa54b446141b6 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 21 May 2009 11:46:36 +0000 Subject: 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 --- firmware/target/arm/as3525/clock-target.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/target') diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h index 49308ce9ea..1928f1fbf2 100644 --- a/firmware/target/arm/as3525/clock-target.h +++ b/firmware/target/arm/as3525/clock-target.h @@ -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 -- cgit v1.2.3