From be25469b9b481d8f40aeb12aa6de84e1efdc0e68 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Mon, 5 Oct 2009 20:21:33 +0000 Subject: Reworked iPod Nano 2G PMU code, added RTC and battery ADC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22967 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano2g.h | 3 +-- firmware/export/config.h | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h index d3ea611ebc..9d36a37046 100644 --- a/firmware/export/config-ipodnano2g.h +++ b/firmware/export/config-ipodnano2g.h @@ -83,8 +83,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -//#define CONFIG_RTC RTC_S5L8700 -#define CONFIG_RTC RTC_S35390A +#define CONFIG_RTC RTC_NANO2G #define CONFIG_LCD LCD_NANO2G diff --git a/firmware/export/config.h b/firmware/export/config.h index a1a8a9df2a..941ee5f9b4 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -263,6 +263,8 @@ Lyre prototype 1*/ #define RTC_S5L8700 14 #define RTC_S35390A 15 #define RTC_JZ47XX 16 /* Ingenic Jz47XX */ +#define RTC_NANO2G 17 /* This seems to be a PCFxxxxx, + but we don't know which one */ /* USB On-the-go */ #define USBOTG_M66591 6591 /* M:Robe 500 */ -- cgit v1.2.3