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
f1b5e5a8
Commit
f1b5e5a8
authored
Jun 23, 2006
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of /home/khilman/work/kernel/omap/pristine/
parents
76f8985a
fcf410f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
arch/arm/mach-omap2/mux.c
arch/arm/mach-omap2/mux.c
+6
-0
include/asm-arm/arch-omap/mux.h
include/asm-arm/arch-omap/mux.h
+6
-0
No files found.
arch/arm/mach-omap2/mux.c
View file @
f1b5e5a8
...
...
@@ -53,6 +53,12 @@ MUX_CFG_24XX("W19_24XX_SYS_NIRQ", 0x12c, 0, 1, 1, 1)
/* 24xx clocks */
MUX_CFG_24XX
(
"W14_24XX_SYS_CLKOUT"
,
0x137
,
0
,
1
,
1
,
1
)
/* 24xx GPMC wait pin monitoring */
MUX_CFG_24XX
(
"L3_GPMC_WAIT0"
,
0x09a
,
0
,
1
,
1
,
1
)
MUX_CFG_24XX
(
"N7_GPMC_WAIT1"
,
0x09b
,
0
,
1
,
1
,
1
)
MUX_CFG_24XX
(
"M1_GPMC_WAIT2"
,
0x09c
,
0
,
1
,
1
,
1
)
MUX_CFG_24XX
(
"P1_GPMC_WAIT3"
,
0x09d
,
0
,
1
,
1
,
1
)
/* 24xx McBSP */
MUX_CFG_24XX
(
"Y15_24XX_MCBSP2_CLKX"
,
0x124
,
1
,
1
,
0
,
1
)
MUX_CFG_24XX
(
"R14_24XX_MCBSP2_FSX"
,
0x125
,
1
,
1
,
0
,
1
)
...
...
include/asm-arm/arch-omap/mux.h
View file @
f1b5e5a8
...
...
@@ -410,6 +410,12 @@ enum omap24xx_index {
/* 24xx clock */
W14_24XX_SYS_CLKOUT
,
/* 24xx GPMC wait pin monitoring */
L3_GPMC_WAIT0
,
N7_GPMC_WAIT1
,
M1_GPMC_WAIT2
,
P1_GPMC_WAIT3
,
/* 242X McBSP */
Y15_24XX_MCBSP2_CLKX
,
R14_24XX_MCBSP2_FSX
,
...
...
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