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
19e3f485
Commit
19e3f485
authored
Apr 23, 2009
by
Ben Dooks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] SMDK6400: Fix WM8753 i2c board definition
Signed-off-by:
Ben Dooks
<
ben-linux@fluff.org
>
parent
4faf6867
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/arm/mach-s3c6400/mach-smdk6400.c
arch/arm/mach-s3c6400/mach-smdk6400.c
+1
-1
No files found.
arch/arm/mach-s3c6400/mach-smdk6400.c
View file @
19e3f485
...
@@ -73,7 +73,7 @@ static struct platform_device *smdk6400_devices[] __initdata = {
...
@@ -73,7 +73,7 @@ static struct platform_device *smdk6400_devices[] __initdata = {
};
};
static
struct
i2c_board_info
i2c_devs
[]
__initdata
=
{
static
struct
i2c_board_info
i2c_devs
[]
__initdata
=
{
{
I2C_BOARD_INFO
(
"
WM
8753"
,
0x1A
),
},
{
I2C_BOARD_INFO
(
"
wm
8753"
,
0x1A
),
},
{
I2C_BOARD_INFO
(
"24c08"
,
0x50
),
},
{
I2C_BOARD_INFO
(
"24c08"
,
0x50
),
},
};
};
...
...
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