clocks: Fix JZ_REG_CLOCK_SLEEP_CTRL address
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 7 Feb 2010 11:33:58 +0000 (11:33 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Sun, 7 Feb 2010 11:33:58 +0000 (11:33 +0000)
SVN-Revision: 19540

target/linux/xburst/files-2.6.32/arch/mips/jz4740/clock.c

index 1145921bacfd35a5dfd22cb638222e5464fd4fb1..1b32a8dee9acb113187230dcca4a66038891306a 100644 (file)
@@ -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