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
209852a9
Commit
209852a9
authored
Jun 30, 2004
by
Nicolas Pitre
Committed by
Russell King
Jun 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM PATCH] 1948/1: Mainstone compile fix
Patch from Nicolas Pitre ... and a comment fix in bonus
parent
8d8ca816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
arch/arm/mach-pxa/mainstone.c
arch/arm/mach-pxa/mainstone.c
+3
-2
No files found.
arch/arm/mach-pxa/mainstone.c
View file @
209852a9
...
@@ -171,9 +171,10 @@ static struct pxafb_mach_info toshiba_ltm035a776c __initdata = {
...
@@ -171,9 +171,10 @@ static struct pxafb_mach_info toshiba_ltm035a776c __initdata = {
static
void
__init
mainstone_init
(
void
)
static
void
__init
mainstone_init
(
void
)
{
{
platform_
add_device
(
&
smc91x_device
);
platform_
device_register
(
&
smc91x_device
);
/* reading the BSR might be handy to select LCD type here */
/* reading Mainstone's "Virtual Configuration Register"
might be handy to select LCD type here */
if
(
0
)
if
(
0
)
set_pxa_fb_info
(
&
toshiba_ltm04c380k
);
set_pxa_fb_info
(
&
toshiba_ltm04c380k
);
else
else
...
...
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