From: Wolfgang Denk <wd@pollux.denx.de>
Date: Thu, 18 Aug 2005 09:51:12 +0000 (+0200)
Subject: Add RTC support for STK52XX.200
X-Git-Tag: v2025.01-rc5-pxa1908~23286
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=4f562f145a1559fc20fd093c3bce2c3c5e109025;p=u-boot.git

Add RTC support for STK52XX.200
Patch by Martin Krause, 7 Apr. 2005
---

diff --git a/CHANGELOG b/CHANGELOG
index a0e5f6f663..a656666587 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
+* Add RTC support for STK52XX.200
+  Patch by Martin Krause, 7 Apr. 2005
+
 * Add support for IFM o2dnt board
 
 * Enable PCI on hmi1001 board
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index b60e3cd539..680a0a774f 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -416,7 +416,12 @@
 /*
  * RTC configuration
  */
-#define CONFIG_RTC_MPC5200	1	/* use internal MPC5200 RTC */
+#if defined (CONFIG_STK52XX) && !defined (CONFIG_STK52XX_REV100)
+# define CONFIG_RTC_M41T11 1
+# define CFG_I2C_RTC_ADDR 0x68
+#else
+# define CONFIG_RTC_MPC5200	1	/* use internal MPC5200 RTC */
+#endif
 
 /*
  * Miscellaneous configurable options