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
76b6ea0a
Commit
76b6ea0a
authored
Apr 01, 2009
by
Sascha Hauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MX35: Fix IPU/Framebuffer clock names
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
dddd4a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/arm/mach-mx3/clock-imx35.c
arch/arm/mach-mx3/clock-imx35.c
+2
-1
No files found.
arch/arm/mach-mx3/clock-imx35.c
View file @
76b6ea0a
...
...
@@ -407,7 +407,8 @@ static struct clk_lookup lookups[] __initdata = {
_REGISTER_CLOCK
(
"imx-i2c.1"
,
NULL
,
i2c2_clk
)
_REGISTER_CLOCK
(
"imx-i2c.2"
,
NULL
,
i2c3_clk
)
_REGISTER_CLOCK
(
NULL
,
"iomuxc"
,
iomuxc_clk
)
_REGISTER_CLOCK
(
NULL
,
"ipu"
,
ipu_clk
)
_REGISTER_CLOCK
(
"ipu-core"
,
NULL
,
ipu_clk
)
_REGISTER_CLOCK
(
"mx3_sdc_fb"
,
NULL
,
ipu_clk
)
_REGISTER_CLOCK
(
NULL
,
"kpp"
,
kpp_clk
)
_REGISTER_CLOCK
(
NULL
,
"mlb"
,
mlb_clk
)
_REGISTER_CLOCK
(
NULL
,
"mshc"
,
mshc_clk
)
...
...
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