Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184746
b: refs/heads/master
c: 1f738dc
h: refs/heads/master
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Tony Lindgren committed Feb 19, 2010
1 parent e1c19ed commit 1c8b073
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b344d87a28d5684ad9b6c4f880e70c48e23215f1
refs/heads/master: 1f738dc306c86a8293c7ea929d07f55f32d52ff6
11 changes: 11 additions & 0 deletions trunk/arch/arm/mach-omap2/board-am3517evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
#define LCD_PANEL_BKLIGHT_PWR 182
#define LCD_PANEL_PWM 181

static int __init am3517_evm_i2c_init(void)
{
omap_register_i2c_bus(1, 400, NULL, 0);
omap_register_i2c_bus(2, 400, NULL, 0);
omap_register_i2c_bus(3, 400, NULL, 0);

return 0;
}

static int lcd_enabled;
static int dvi_enabled;

Expand Down Expand Up @@ -216,6 +225,8 @@ static struct omap_board_mux board_mux[] __initdata = {

static void __init am3517_evm_init(void)
{
am3517_evm_i2c_init();

omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
platform_add_devices(am3517_evm_devices,
ARRAY_SIZE(am3517_evm_devices));
Expand Down

0 comments on commit 1c8b073

Please sign in to comment.