Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
cf983c93
Commit
cf983c93
authored
Jul 15, 2009
by
Sascha Hauer
Browse files
fix mx35 wrong clock
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
635baf6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/mach-mx3/clock-imx35.c
View file @
cf983c93
...
...
@@ -456,7 +456,7 @@ int __init mx35_clocks_init()
__raw_writel
((
3
<<
26
)
|
ll
,
CCM_BASE
+
CCM_CGR2
);
__raw_writel
(
0
,
CCM_BASE
+
CCM_CGR3
);
mxc_timer_init
(
&
ipg
_clk
,
IO_ADDRESS
(
GPT1_BASE_ADDR
),
MXC_INT_GPT
);
mxc_timer_init
(
&
gpt
_clk
,
IO_ADDRESS
(
GPT1_BASE_ADDR
),
MXC_INT_GPT
);
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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