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
fc76132b
Commit
fc76132b
authored
Apr 13, 2009
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa/littleton: add missing da9034 touchscreen support
Signed-off-by:
Eric Miao
<
eric.miao@marvell.com
>
parent
b49e385f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
arch/arm/mach-pxa/littleton.c
arch/arm/mach-pxa/littleton.c
+9
-0
No files found.
arch/arm/mach-pxa/littleton.c
View file @
fc76132b
...
...
@@ -334,6 +334,11 @@ static struct led_info littleton_da9034_leds[] = {
},
};
static
struct
da9034_touch_pdata
littleton_da9034_touch
=
{
.
x_inverted
=
1
,
.
interval_ms
=
20
,
};
static
struct
da903x_subdev_info
littleton_da9034_subdevs
[]
=
{
{
.
name
=
"da903x-led"
,
...
...
@@ -350,6 +355,10 @@ static struct da903x_subdev_info littleton_da9034_subdevs[] = {
},
{
.
name
=
"da903x-backlight"
,
.
id
=
DA9034_ID_WLED
,
},
{
.
name
=
"da9034-touch"
,
.
id
=
DA9034_ID_TOUCH
,
.
platform_data
=
&
littleton_da9034_touch
,
},
};
...
...
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