Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211064
b: refs/heads/master
c: cf62536
h: refs/heads/master
v: v3
  • Loading branch information
Marek Vasut authored and Eric Miao committed Sep 25, 2010
1 parent 55cf950 commit c9d298d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 979a281c34906fd905d6153ad999487b0c56f396
refs/heads/master: cf625368d3ad664c7c9ae89974599bbfe9947511
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-pxa/palm27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,13 @@ static struct i2c_board_info __initdata palm27x_pi2c_board_info[] = {
},
};

static struct i2c_pxa_platform_data palm27x_i2c_power_info = {
.use_pio = 1,
};

void __init palm27x_pmic_init(void)
{
i2c_register_board_info(1, ARRAY_AND_SIZE(palm27x_pi2c_board_info));
pxa27x_set_i2c_power_info(NULL);
pxa27x_set_i2c_power_info(&palm27x_i2c_power_info);
}
#endif

0 comments on commit c9d298d

Please sign in to comment.