Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225985
b: refs/heads/master
c: 3506f27
h: refs/heads/master
i:
  225983: aeb6c5d
v: v3
  • Loading branch information
Ben Gardiner authored and Kevin Hilman committed Dec 10, 2010
1 parent 085d7e5 commit 15317df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d5539ca0a5c9abd5cbf9ddcbbc1c2a507b5fd63c
refs/heads/master: 3506f27731439bf6ff3bfa86f04e0104f7edad68
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ static struct tps6507x_board tps_board = {
.tps6507x_ts_init_data = &tps6507x_touchscreen_data,
};

static struct i2c_board_info __initdata da850evm_tps65070_info[] = {
static struct i2c_board_info __initdata da850_evm_tps65070_info[] = {
{
I2C_BOARD_INFO("tps6507x", 0x48),
.platform_data = &tps_board,
Expand All @@ -600,8 +600,8 @@ static struct i2c_board_info __initdata da850evm_tps65070_info[] = {

static int __init pmic_tps65070_init(void)
{
return i2c_register_board_info(1, da850evm_tps65070_info,
ARRAY_SIZE(da850evm_tps65070_info));
return i2c_register_board_info(1, da850_evm_tps65070_info,
ARRAY_SIZE(da850_evm_tps65070_info));
}

static const short da850_evm_lcdc_pins[] = {
Expand Down

0 comments on commit 15317df

Please sign in to comment.