Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
36cf1b55
Commit
36cf1b55
authored
Nov 18, 2008
by
Arve Hjønnevåg
Committed by
Daniel Walker
May 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] msm: Add MSM_DEBUG_UART option.
Signed-off-by:
Arve Hjønnevåg
<
arve@android.com
>
parent
6bd631e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/arm/mach-msm/board-halibut.c
arch/arm/mach-msm/board-halibut.c
+4
-0
No files found.
arch/arm/mach-msm/board-halibut.c
View file @
36cf1b55
...
...
@@ -94,6 +94,10 @@ static void __init halibut_map_io(void)
}
MACHINE_START
(
HALIBUT
,
"Halibut Board (QCT SURF7200A)"
)
#ifdef CONFIG_MSM_DEBUG_UART
.
phys_io
=
MSM_DEBUG_UART_PHYS
,
.
io_pg_offst
=
((
MSM_DEBUG_UART_BASE
)
>>
18
)
&
0xfffc
,
#endif
.
boot_params
=
0x10000100
,
.
fixup
=
halibut_fixup
,
.
map_io
=
halibut_map_io
,
...
...
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