Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132373
b: refs/heads/master
c: 8ca7fe2
h: refs/heads/master
i:
  132371: 6a92582
v: v3
  • Loading branch information
Koen Kooi authored and Tony Lindgren committed Mar 4, 2009
1 parent 201a2de commit 7cb68f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e951651657610305c9af0045fd64c6a5b0bc4b80
refs/heads/master: 8ca7fe267f58462825729443f3e3b44ef4901cf0
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-omap2/board-omap3beagle.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ static int __init omap3_beagle_i2c_init(void)
#ifdef CONFIG_I2C2_OMAP_BEAGLE
omap_register_i2c_bus(2, 400, NULL, 0);
#endif
omap_register_i2c_bus(3, 400, NULL, 0);
/* Bus 3 is attached to the DVI port where devices like the pico DLP
* projector don't work reliably with 400kHz */
omap_register_i2c_bus(3, 100, NULL, 0);
return 0;
}

Expand Down

0 comments on commit 7cb68f4

Please sign in to comment.