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
7dd0558d
Commit
7dd0558d
authored
Oct 21, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Hook up PB0->PB7 input-only pins in SH7203 PFC.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
dd0e20e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
+8
-9
No files found.
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
View file @
7dd0558d
...
...
@@ -1083,14 +1083,14 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = {
PB10_IN
,
PB10_OUT
,
PB9_IN
,
PB9_OUT
,
PB8_IN
,
PB8_OUT
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}
PB7_IN
,
0
,
PB6_IN
,
0
,
PB5_IN
,
0
,
PB4_IN
,
0
,
PB3_IN
,
0
,
PB2_IN
,
0
,
PB1_IN
,
0
,
PB0_IN
,
0
}
},
{
PINMUX_CFG_REG
(
"PBCRL4"
,
0xfffe3890
,
16
,
4
)
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
...
...
@@ -1595,5 +1595,4 @@ static int __init plat_pinmux_setup(void)
{
return
register_pinmux
(
&
sh7203_pinmux_info
);
}
arch_initcall
(
plat_pinmux_setup
);
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