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
e6c37966
Commit
e6c37966
authored
Sep 15, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Renamed OMAP2_MUX_CFG to MUX_CFG_24XX
OMAP2_MUX_CFG to MUX_CFG_24XX
parent
5e4646fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
arch/arm/mach-omap2/mux.c
arch/arm/mach-omap2/mux.c
+5
-5
include/asm-arm/arch-omap/mux.h
include/asm-arm/arch-omap/mux.h
+1
-1
No files found.
arch/arm/mach-omap2/mux.c
View file @
e6c37966
...
@@ -40,11 +40,11 @@ struct pin_config __initdata_or_module omap24xx_pins[] = {
...
@@ -40,11 +40,11 @@ struct pin_config __initdata_or_module omap24xx_pins[] = {
*/
*/
/* 24xx I2C */
/* 24xx I2C */
OMAP2_MUX_CFG
(
"M19_24XX_I2C1_SCL"
,
0x111
,
0
,
0
,
0
,
1
)
MUX_CFG_24XX
(
"M19_24XX_I2C1_SCL"
,
0x111
,
0
,
0
,
0
,
1
)
OMAP2_MUX_CFG
(
"L15_24XX_I2C1_SDA"
,
0x112
,
0
,
0
,
0
,
1
)
MUX_CFG_24XX
(
"L15_24XX_I2C1_SDA"
,
0x112
,
0
,
0
,
0
,
1
)
OMAP2_MUX_CFG
(
"J15_24XX_I2C2_SCL"
,
0x113
,
0
,
0
,
0
,
1
)
MUX_CFG_24XX
(
"J15_24XX_I2C2_SCL"
,
0x113
,
0
,
0
,
0
,
1
)
OMAP2_MUX_CFG
(
"H19_24XX_I2C2_SDA"
,
0x114
,
0
,
0
,
0
,
1
)
MUX_CFG_24XX
(
"H19_24XX_I2C2_SDA"
,
0x114
,
0
,
0
,
0
,
1
)
OMAP2_MUX_CFG
(
"W19_24XX_SYS_NIRQ"
,
0x12c
,
0
,
1
,
1
,
1
)
MUX_CFG_24XX
(
"W19_24XX_SYS_NIRQ"
,
0x12c
,
0
,
1
,
1
,
1
)
};
};
int
__init
omap2_mux_init
(
void
)
int
__init
omap2_mux_init
(
void
)
...
...
include/asm-arm/arch-omap/mux.h
View file @
e6c37966
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
PU_PD_REG(pu_pd_reg, pu_pd_status) \
PU_PD_REG(pu_pd_reg, pu_pd_status) \
},
},
#define
OMAP2_MUX_CFG
(desc, reg_offset, mode, \
#define
MUX_CFG_24XX
(desc, reg_offset, mode, \
pull_en, pull_mode, dbg) \
pull_en, pull_mode, dbg) \
{ \
{ \
.name = desc, \
.name = desc, \
...
...
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