mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 13:36:41 +07:00
[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>
This commit is contained in:
parent
df9f17e20e
commit
78af473530
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user