Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347391
b: refs/heads/master
c: ca2e16f
h: refs/heads/master
i:
  347389: 309f5fb
  347387: 039d1ad
  347383: 6687aea
  347375: bdc5d68
  347359: 4abc4cd
  347327: 021a0c3
  347263: 448456c
  347135: 64d6a26
v: v3
  • Loading branch information
Tomi Valkeinen authored and Tony Lindgren committed Dec 14, 2012
1 parent ffd3eaa commit 0b19f78
Show file tree
Hide file tree
Showing 8 changed files with 8 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: bce9e90fc614eea7f286591288ea9a120ecc06cb
refs/heads/master: ca2e16faa7378878c1522a7c1b6c38211de3331d
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-3430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ static struct omap_dss_device sdp3430_lcd_device = {

static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = -1,
.i2c_bus_num = -1,
};

static struct omap_dss_device sdp3430_dvi_device = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-am3517evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ static struct omap_dss_device am3517_evm_tv_device = {

static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = -1,
.i2c_bus_num = -1,
};

static struct omap_dss_device am3517_evm_dvi_device = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-cm-t35.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ static struct omap_dss_device cm_t35_lcd_device = {

static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = CM_T35_DVI_EN_GPIO,
.i2c_bus_num = -1,
};

static struct omap_dss_device cm_t35_dvi_device = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-devkit8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ static struct omap_dss_device devkit8000_lcd_device = {

static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = -1,
.i2c_bus_num = 1,
};

static struct omap_dss_device devkit8000_dvi_device = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-omap3evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ static struct omap_dss_device omap3_evm_tv_device = {

static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = OMAP3EVM_DVI_PANEL_EN_GPIO,
.i2c_bus_num = -1,
};

static struct omap_dss_device omap3_evm_dvi_device = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-omap3stalker.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ static struct omap_dss_device omap3_stalker_tv_device = {

static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = DSS_ENABLE_GPIO,
.i2c_bus_num = -1,
};

static struct omap_dss_device omap3_stalker_dvi_device = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/video/omap-panel-tfp410.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct omap_dss_device;
* @power_down_gpio: gpio number for PD pin (or -1 if not available)
*/
struct tfp410_platform_data {
u16 i2c_bus_num;
int i2c_bus_num;
int power_down_gpio;
};

Expand Down

0 comments on commit 0b19f78

Please sign in to comment.