Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
49c5529c
Commit
49c5529c
authored
Oct 28, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Disable second I2C on H4
It does not seem to be respond at all?
parent
11825ff4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/arm/mach-omap2/devices.c
arch/arm/mach-omap2/devices.c
+4
-0
No files found.
arch/arm/mach-omap2/devices.c
View file @
49c5529c
...
...
@@ -59,6 +59,10 @@ static struct platform_device omap_i2c_device2 = {
/* See also arch/arm/plat-omap/devices.c for first I2C on 24xx */
static
void
omap_init_i2c
(
void
)
{
/* REVISIT: Second I2C not in use on H4? */
if
(
machine_is_omap_h4
())
return
;
omap_cfg_reg
(
J15_24XX_I2C2_SCL
);
omap_cfg_reg
(
H19_24XX_I2C2_SDA
);
(
void
)
platform_device_register
(
&
omap_i2c_device2
);
...
...
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