Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357463
b: refs/heads/master
c: 3e85a44
h: refs/heads/master
i:
  357461: d0fe151
  357459: 6f6639a
  357455: ab917c1
v: v3
  • Loading branch information
Lad, Prabhakar authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 4920e79 commit d963516
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 0b302d88534f0811c5f49bfba7aa46c4e1e032b7
refs/heads/master: 3e85a44aacd68744765f2fc7f0645645b34e64f8
13 changes: 13 additions & 0 deletions trunk/arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,11 +1256,24 @@ static struct vpif_capture_config da850_vpif_capture_config = {
};

/* VPIF display configuration */

static struct adv7343_platform_data adv7343_pdata = {
.mode_config = {
.dac_3 = 1,
.dac_2 = 1,
.dac_1 = 1,
},
.sd_config = {
.sd_dac_out1 = 1,
},
};

static struct vpif_subdev_info da850_vpif_subdev[] = {
{
.name = "adv7343",
.board_info = {
I2C_BOARD_INFO("adv7343", 0x2a),
.platform_data = &adv7343_pdata,
},
},
};
Expand Down

0 comments on commit d963516

Please sign in to comment.