Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
686455c6
Commit
686455c6
authored
Oct 27, 2005
by
Richard Woodruff
Committed by
Tony Lindgren
Oct 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This patch fixes the uart3 F&I clock enable bit position. Shutting off
all unnecessary clocks at the loader caught this.
parent
e3a251de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/clock.h
+2
-2
No files found.
arch/arm/mach-omap2/clock.h
View file @
686455c6
...
...
@@ -1469,7 +1469,7 @@ static struct clk uart3_ick = {
.
parent
=
&
l4_ck
,
.
flags
=
CLOCK_IN_OMAP242X
|
CLOCK_IN_OMAP243X
,
.
enable_reg
=
(
void
__iomem
*
)
&
CM_ICLKEN2_CORE
,
.
enable_bit
=
3
,
.
enable_bit
=
2
,
.
recalc
=
&
omap2_followparent_recalc
,
};
...
...
@@ -1478,7 +1478,7 @@ static struct clk uart3_fck = {
.
parent
=
&
func_48m_ck
,
.
flags
=
CLOCK_IN_OMAP242X
|
CLOCK_IN_OMAP243X
,
.
enable_reg
=
(
void
__iomem
*
)
&
CM_FCLKEN2_CORE
,
.
enable_bit
=
3
,
.
enable_bit
=
2
,
.
recalc
=
&
omap2_followparent_recalc
,
};
...
...
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