AMS Sansa (formerly 'V2') use the as3514 RTC

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19072 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-11-10 18:18:27 +00:00
parent 1811858476
commit 81b2ffb63e
6 changed files with 5 additions and 7 deletions

View file

@ -345,7 +345,6 @@ target/arm/as3525/audio-as3525.c
target/arm/as3525/debug-as3525.c target/arm/as3525/debug-as3525.c
target/arm/as3525/i2s-as3525.c target/arm/as3525/i2s-as3525.c
target/arm/as3525/i2c-as3525.c target/arm/as3525/i2c-as3525.c
drivers/rtc/rtc_as3514.c
target/arm/as3525/powermgmt-as3525.c target/arm/as3525/powermgmt-as3525.c
#endif /* BOOTLOADER */ #endif /* BOOTLOADER */
#endif /* CONFIG_CPU == AS3525 */ #endif /* CONFIG_CPU == AS3525 */

View file

@ -76,7 +76,7 @@
/* define this if you have a real-time clock */ /* define this if you have a real-time clock */
#ifndef BOOTLOADER #ifndef BOOTLOADER
#define CONFIG_RTC RTC_AS3525 #define CONFIG_RTC RTC_AS3514
#endif #endif
/* Define this if you have a software controlled poweroff */ /* Define this if you have a software controlled poweroff */

View file

@ -79,7 +79,7 @@
/* define this if you have a real-time clock */ /* define this if you have a real-time clock */
#ifndef BOOTLOADER #ifndef BOOTLOADER
#define CONFIG_RTC RTC_AS3525 #define CONFIG_RTC RTC_AS3514
#endif #endif
/* Define this if you have a software controlled poweroff */ /* Define this if you have a software controlled poweroff */

View file

@ -79,7 +79,7 @@
/* define this if you have a real-time clock */ /* define this if you have a real-time clock */
#ifndef BOOTLOADER #ifndef BOOTLOADER
#define CONFIG_RTC RTC_AS3525 #define CONFIG_RTC RTC_AS3514
#endif #endif
/* Define this if you have a software controlled poweroff */ /* Define this if you have a software controlled poweroff */

View file

@ -63,7 +63,7 @@
/* define this if you have a real-time clock */ /* define this if you have a real-time clock */
#ifndef BOOTLOADER #ifndef BOOTLOADER
#define CONFIG_RTC RTC_AS3525 #define CONFIG_RTC RTC_AS3514
#endif #endif
/* define this if you have RTC RAM available for settings */ /* define this if you have RTC RAM available for settings */

View file

@ -201,7 +201,7 @@
#define RTC_PCF50606 3 /* iriver H300 */ #define RTC_PCF50606 3 /* iriver H300 */
#define RTC_S3C2440 4 #define RTC_S3C2440 4
#define RTC_E8564 5 /* iriver H10 */ #define RTC_E8564 5 /* iriver H10 */
#define RTC_AS3514 6 /* Sandisk Sansa e200 series */ #define RTC_AS3514 6 /* Sandisk Sansa series */
#define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */ #define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */
#define RTC_IMX31L 8 #define RTC_IMX31L 8
#define RTC_RX5X348AB 9 #define RTC_RX5X348AB 9
@ -212,7 +212,6 @@
#define RTC_S5L8700 14 #define RTC_S5L8700 14
#define RTC_S35390A 15 #define RTC_S35390A 15
#define RTC_JZ47XX 16 /* Ingenic Jz47XX */ #define RTC_JZ47XX 16 /* Ingenic Jz47XX */
#define RTC_AS3525 17
/* USB On-the-go */ /* USB On-the-go */
#define USBOTG_ISP1362 1362 /* iriver H300 */ #define USBOTG_ISP1362 1362 /* iriver H300 */