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
a45570eb
Commit
a45570eb
authored
Mar 08, 2007
by
Russell King
Committed by
Russell King
Mar 08, 2007
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'omap-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
parents
abc23585
474844f7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-h2.c
+1
-0
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock.c
+1
-0
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/clock.h
+2
-1
No files found.
arch/arm/mach-omap1/board-h2.c
View file @
a45570eb
...
...
@@ -27,6 +27,7 @@
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/input.h>
#include <linux/workqueue.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
...
...
arch/arm/mach-omap2/clock.c
View file @
a45570eb
...
...
@@ -27,6 +27,7 @@
#include <asm/arch/clock.h>
#include <asm/arch/sram.h>
#include <asm/div64.h>
#include "prcm-regs.h"
#include "memory.h"
...
...
arch/arm/mach-omap2/clock.h
View file @
a45570eb
...
...
@@ -1013,7 +1013,8 @@ static struct clk dss2_fck = { /* Alt clk used in power management */
.
name
=
"dss2_fck"
,
.
parent
=
&
sys_ck
,
/* fixed at sys_ck or 48MHz */
.
flags
=
CLOCK_IN_OMAP242X
|
CLOCK_IN_OMAP243X
|
RATE_CKCTL
|
CM_CORE_SEL1
|
RATE_FIXED
,
RATE_CKCTL
|
CM_CORE_SEL1
|
RATE_FIXED
|
DELAYED_APP
,
.
enable_reg
=
(
void
__iomem
*
)
&
CM_FCLKEN1_CORE
,
.
enable_bit
=
1
,
.
src_offset
=
13
,
...
...
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