projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ebd467
)
ARM: S3C6410: Define clk_src2 register
author
Jassi Brar
<jassi.brar@samsung.com>
Tue, 9 Mar 2010 06:10:31 +0000
(15:10 +0900)
committer
Ben Dooks
<ben-linux@fluff.org>
Fri, 14 May 2010 00:20:35 +0000
(09:20 +0900)
Define S3C6410 specific register - CLK_SRC2
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c64xx/include/mach/regs-clock.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h
b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h
index 3ef62741e5d10629470549ca025c8e4feed38858..0114eb0c1fe7ca35e70b01d82945e684a03f3317 100644
(file)
--- a/
arch/arm/mach-s3c64xx/include/mach/regs-clock.h
+++ b/
arch/arm/mach-s3c64xx/include/mach/regs-clock.h
@@
-33,6
+33,7
@@
#define S3C_PCLK_GATE S3C_CLKREG(0x34)
#define S3C_SCLK_GATE S3C_CLKREG(0x38)
#define S3C_MEM0_GATE S3C_CLKREG(0x3C)
+#define S3C6410_CLK_SRC2 S3C_CLKREG(0x10C)
/* CLKDIV0 */
#define S3C6400_CLKDIV0_PCLK_MASK (0xf << 12)