Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281701
b: refs/heads/master
c: 8351c7a
h: refs/heads/master
i:
  281699: 9552234
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Dec 2, 2011
1 parent 5ccc378 commit 1335ca9
Show file tree
Hide file tree
Showing 2 changed files with 7 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: aaed44e1672c61b28dcae6e3d7bd5d15aef362f3
refs/heads/master: 8351c7aad45c15647903f70e30a5884258d25b95
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-s3c64xx/mach-crag6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,11 @@ static struct i2c_board_info i2c_devs1[] __initdata = {
{ I2C_BOARD_INFO("wm1250-ev1", 0x27) },
};

static struct s3c2410_platform_i2c i2c1_pdata = {
.frequency = 400000,
.bus_num = 1,
};

static void __init crag6410_map_io(void)
{
s3c64xx_init_io(NULL, 0);
Expand Down Expand Up @@ -692,7 +697,7 @@ static void __init crag6410_machine_init(void)
s3c_sdhci2_set_platdata(&crag6410_hsmmc2_pdata);

s3c_i2c0_set_platdata(&i2c0_pdata);
s3c_i2c1_set_platdata(NULL);
s3c_i2c1_set_platdata(&i2c1_pdata);
s3c_fb_set_platdata(&crag6410_lcd_pdata);

i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0));
Expand Down

0 comments on commit 1335ca9

Please sign in to comment.