diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-28 22:51:14 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-28 22:51:14 +0000 |
| commit | 2d3064a7aa5317a935c20b7533b21739df2e2d03 (patch) | |
| tree | 7f6e7fa4079c44160a3469981053f0d9e809cb29 /firmware/export | |
| parent | 084c6905db4c27c61fbf4ccd78389494fab242de (diff) | |
| download | rockbox-2d3064a7aa5317a935c20b7533b21739df2e2d03.zip rockbox-2d3064a7aa5317a935c20b7533b21739df2e2d03.tar.gz rockbox-2d3064a7aa5317a935c20b7533b21739df2e2d03.tar.bz2 rockbox-2d3064a7aa5317a935c20b7533b21739df2e2d03.tar.xz | |
HD300 - add basic RTC support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28697 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/mpiohd300.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 52cb79b..540eff0 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -279,7 +279,8 @@ Lyre prototype 1 */ #define RTC_S35390A 15 #define RTC_JZ47XX 16 /* Ingenic Jz47XX */ #define RTC_NANO2G 17 /* This seems to be a PCF5063x */ -#define RTC_D2 18 /* Either PCF50606 or PCF50635 */ +#define RTC_D2 18 /* Either PCF50606 or PCF50635 */ +#define RTC_S35380A 19 /* USB On-the-go */ #define USBOTG_M66591 6591 /* M:Robe 500 */ diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h index 37f79b4..afab313 100644 --- a/firmware/export/config/mpiohd300.h +++ b/firmware/export/config/mpiohd300.h @@ -73,7 +73,7 @@ #define CONFIG_CODEC SWCODEC /* Define this if you have RTC */ -#define CONFIG_RTC RTC_S35390A +#define CONFIG_RTC RTC_S35380A #define CONFIG_LCD LCD_S1D15E06 |