diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:50 +0000 |
commit | 3a8f81608f4913ab506ce738996afd5f1e98eb09 (patch) | |
tree | 37f05a677fdf45100e3a5977b28effab0da1a04a /target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch | |
parent | 8a147f297098a8e2cffe599157fe22054f5e41e8 (diff) | |
download | master-187ad058-3a8f81608f4913ab506ce738996afd5f1e98eb09.tar.gz master-187ad058-3a8f81608f4913ab506ce738996afd5f1e98eb09.tar.bz2 master-187ad058-3a8f81608f4913ab506ce738996afd5f1e98eb09.zip |
xburst: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch')
-rw-r--r-- | target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch b/target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch new file mode 100644 index 0000000000..b696981792 --- /dev/null +++ b/target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch @@ -0,0 +1,20 @@ +From a37ca6eb8cb52d620feff3323a3be4da24f5bee8 Mon Sep 17 00:00:00 2001 +From: Xiangfu <xiangfu@openmobilefree.net> +Date: Fri, 16 Mar 2012 17:48:45 +0800 +Subject: [PATCH 21/21] rtc: jz4740 fix hwclock give time out + +--- + drivers/rtc/rtc-jz4740.c | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +--- a/drivers/rtc/rtc-jz4740.c ++++ b/drivers/rtc/rtc-jz4740.c +@@ -280,6 +280,8 @@ static int jz4740_rtc_probe(struct platf + } + } + ++ jz4740_rtc_ctrl_set_bits(rtc, JZ_RTC_CTRL_1HZ_IRQ, 1); ++ + return 0; + + err_free_irq: |