[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    [ARM] S3C2443: Fix the S3C2443 clock register definitions
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2008-08-28 20:02:38
Message-ID: 200808282002.m7SK2clw006734 () hera ! kernel ! org
[Download RAW message or body]

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=78af47353065ea776d537f6e8b32c7c15b6ea169
                
Commit:     78af47353065ea776d537f6e8b32c7c15b6ea169
Parent:     df9f17e20e3180572fe26f60ec4e5ba7db0377a7
Author:     Wei Shuai <cpuwolf@gmail.com>
AuthorDate: Tue Aug 26 22:54:08 2008 +0100
Committer:  Ben Dooks <ben-linux@fluff.org>
CommitDate: Tue Aug 26 22:56:22 2008 +0100

    [ARM] S3C2443: Fix the S3C2443 clock register definitions
    
    Fix the S3C2443 clock register definitions for selecting the EPLL
    reference clock described by S3C2443_CLKSRC_EPLLREF.
    
    Signed-off-by: Wei Shuai <cpuwolf@gmail.com>
    [ben-linux@fluff.org: minor description fixes]
    Signed-off-by: Ben Dooks <ben-linux@fluff.org>
---
 .../mach-s3c2410/include/mach/regs-s3c2443-clock.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h \
b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h index 7dd4583..6026d09 \
                100644
--- a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
+++ b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
@@ -48,11 +48,11 @@
 #define S3C2443_CLKSRC_I2S_EPLLREF3	(3<<14)
 #define S3C2443_CLKSRC_I2S_MASK		(3<<14)
 
-#define S3C2443_CLKSRC_EPLLREF_XTAL	(2<<8)
-#define S3C2443_CLKSRC_EPLLREF_EXTCLK	(3<<8)
-#define S3C2443_CLKSRC_EPLLREF_MPLLREF	(0<<8)
-#define S3C2443_CLKSRC_EPLLREF_MPLLREF2	(1<<8)
-#define S3C2443_CLKSRC_EPLLREF_MASK	(3<<8)
+#define S3C2443_CLKSRC_EPLLREF_XTAL	(2<<7)
+#define S3C2443_CLKSRC_EPLLREF_EXTCLK	(3<<7)
+#define S3C2443_CLKSRC_EPLLREF_MPLLREF	(0<<7)
+#define S3C2443_CLKSRC_EPLLREF_MPLLREF2	(1<<7)
+#define S3C2443_CLKSRC_EPLLREF_MASK	(3<<7)
 
 #define S3C2443_CLKSRC_ESYSCLK_EPLL	(1<<6)
 #define S3C2443_CLKSRC_MSYSCLK_MPLL	(1<<4)
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic