Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
8e8821e5
Commit
8e8821e5
authored
Oct 28, 2009
by
Ben Dooks
Browse files
Options
Browse Files
Download
Plain Diff
ARM: Merge fixes-s3c64xx
Merge branch 'fixes-s3c64xx' into fixes-s3c-2632-rc5
parents
60e5c1b5
e179ac0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
+2
-2
arch/arm/plat-s3c64xx/s3c6400-clock.c
arch/arm/plat-s3c64xx/s3c6400-clock.c
+3
-0
No files found.
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
View file @
8e8821e5
...
...
@@ -51,8 +51,8 @@
#define S3C6400_CLKDIV0_HCLK_SHIFT (8)
#define S3C6400_CLKDIV0_MPLL_MASK (0x1 << 4)
#define S3C6400_CLKDIV0_MPLL_SHIFT (4)
#define S3C6400_CLKDIV0_ARM_MASK (0x
3
<< 0)
#define S3C6410_CLKDIV0_ARM_MASK (0x
7
<< 0)
#define S3C6400_CLKDIV0_ARM_MASK (0x
7
<< 0)
#define S3C6410_CLKDIV0_ARM_MASK (0x
f
<< 0)
#define S3C6400_CLKDIV0_ARM_SHIFT (0)
/* CLKDIV1 */
...
...
arch/arm/plat-s3c64xx/s3c6400-clock.c
View file @
8e8821e5
...
...
@@ -677,6 +677,9 @@ void __init_or_cpufreq s3c6400_setup_clocks(void)
printk
(
KERN_DEBUG
"%s: xtal is %ld
\n
"
,
__func__
,
xtal
);
/* For now assume the mux always selects the crystal */
clk_ext_xtal_mux
.
parent
=
xtal_clk
;
epll
=
s3c6400_get_epll
(
xtal
);
mpll
=
s3c6400_get_pll
(
xtal
,
__raw_readl
(
S3C_MPLL_CON
));
apll
=
s3c6400_get_pll
(
xtal
,
__raw_readl
(
S3C_APLL_CON
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment