aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch
diff options
context:
space:
mode:
authorJose Vasconcellos <jvasco@verizon.net>2009-01-19 22:17:20 +0000
committerJose Vasconcellos <jvasco@verizon.net>2009-01-19 22:17:20 +0000
commit58f4a77adfe61013aecaeeb77475a2054dd6bd82 (patch)
treec2a48a89a54484a0aa93c9d78fc24a4084c96116 /target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch
parentb1af9ddb54d22c1cda164bc968a36d3179a620c9 (diff)
downloadupstream-58f4a77adfe61013aecaeeb77475a2054dd6bd82.tar.gz
upstream-58f4a77adfe61013aecaeeb77475a2054dd6bd82.tar.bz2
upstream-58f4a77adfe61013aecaeeb77475a2054dd6bd82.zip
New RTC platform driver for Epson RTC7301. Fix chip select timing for RTC7301 access.
SVN-Revision: 14109
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch b/target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch
index 6c23e6b3a8..d0175044db 100644
--- a/target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch
+++ b/target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch
@@ -309,7 +309,7 @@
+ usr8200_rtc_resources.end = IXP4XX_EXP_BUS_BASE(2) + 0x01ff;
+
+ *IXP4XX_EXP_CS0 |= IXP4XX_FLASH_WRITABLE;
-+ *IXP4XX_EXP_CS2 = IXP4XX_EXP_BUS_SIZE(0) | IXP4XX_EXP_BUS_WR_EN |
++ *IXP4XX_EXP_CS2 = 0x3fff000 | IXP4XX_EXP_BUS_SIZE(0) | IXP4XX_EXP_BUS_WR_EN |
+ IXP4XX_EXP_BUS_CS_EN | IXP4XX_EXP_BUS_BYTE_EN;
+ *IXP4XX_GPIO_GPCLKR = 0x01100000;
+