From a7e299b749ce6fea4b5c673e113f8e20fdc0bcc3 Mon Sep 17 00:00:00 2001 From: Jose Vasconcellos Date: Mon, 19 Jan 2009 22:17:20 +0000 Subject: New RTC platform driver for Epson RTC7301. Fix chip select timing for RTC7301 access. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14109 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/patches-2.6.28/500-usr8200_support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ixp4xx') 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; + -- cgit v1.2.3