Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
6773efe8
Commit
6773efe8
authored
Mar 01, 2006
by
Juha Yrjola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the missing clock definition from previous commit
parent
a3b07c78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
arch/arm/mach-omap1/clock.h
arch/arm/mach-omap1/clock.h
+15
-0
No files found.
arch/arm/mach-omap1/clock.h
View file @
6773efe8
...
...
@@ -727,6 +727,20 @@ static struct clk virtual_ck_mpu = {
.
disable
=
&
omap1_clk_disable_generic
,
};
/* virtual functional clock domain for I2C. Just for making sure that ARMXOR_CK
remains active during MPU idle whenever this is enabled */
static
struct
clk
i2c_fck
=
{
.
name
=
"i2c_fck"
,
.
id
=
1
,
.
flags
=
CLOCK_IN_OMAP1510
|
CLOCK_IN_OMAP16XX
|
VIRTUAL_CLOCK
|
CLOCK_NO_IDLE_PARENT
|
ALWAYS_ENABLED
,
.
parent
=
&
armxor_ck
.
clk
,
.
recalc
=
&
followparent_recalc
,
.
enable
=
&
omap1_clk_enable_generic
,
.
disable
=
&
omap1_clk_disable_generic
,
};
static
struct
clk
*
onchip_clks
[]
=
{
/* non-ULPD clocks */
&
ck_ref
,
...
...
@@ -775,6 +789,7 @@ static struct clk * onchip_clks[] = {
&
mmc2_ck
,
/* Virtual clocks */
&
virtual_ck_mpu
,
&
i2c_fck
,
};
#endif
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