aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-02-07 11:33:58 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-02-07 11:33:58 +0000
commitff078dadf899b72bfeec28c297535cd40ab1daf0 (patch)
treeff7b65d3b81edc1c48ea491ecb6ceb8f9d4aab4f /target
parent8282b63fa1af3cf8139224433a6095d76d7ae2e9 (diff)
downloadupstream-ff078dadf899b72bfeec28c297535cd40ab1daf0.tar.gz
upstream-ff078dadf899b72bfeec28c297535cd40ab1daf0.tar.bz2
upstream-ff078dadf899b72bfeec28c297535cd40ab1daf0.zip
clocks: Fix JZ_REG_CLOCK_SLEEP_CTRL address
SVN-Revision: 19540
Diffstat (limited to 'target')
-rw-r--r--target/linux/xburst/files-2.6.32/arch/mips/jz4740/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/clock.c b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/clock.c
index 1145921bac..1b32a8dee9 100644
--- a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/clock.c
+++ b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/clock.c
@@ -27,9 +27,9 @@
#define JZ_REG_CLOCK_CTRL 0x00
#define JZ_REG_CLOCK_LOW_POWER 0x04
-#define JZ_REG_CLOCK_SLEEP_CTRL 0x08
#define JZ_REG_CLOCK_PLL 0x10
#define JZ_REG_CLOCK_GATE 0x20
+#define JZ_REG_CLOCK_SLEEP_CTRL 0x24
#define JZ_REG_CLOCK_I2S 0x60
#define JZ_REG_CLOCK_LCD 0x64
#define JZ_REG_CLOCK_MMC 0x68