Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374161
b: refs/heads/master
c: 2af2ac7
h: refs/heads/master
i:
  374159: 300a5c2
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Apr 4, 2013
1 parent 04081c2 commit 2b9e5de
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: 20012c775a8fd369ccd9d6f83d46a8942f0ebb20
refs/heads/master: 2af2ac7a2807ef711094b51a969aa656d26cb33a
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-omap2/board-omap3pandora.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

#include "common.h"
#include <video/omapdss.h>
#include <video/omap-panel-data.h>
#include <linux/platform_data/mtd-nand-omap2.h>

#include "mux.h"
Expand Down Expand Up @@ -230,12 +231,16 @@ static struct twl4030_keypad_data pandora_kp_data = {
.rep = 1,
};

static struct panel_tpo_td043_data lcd_data = {
.nreset_gpio = 157,
};

static struct omap_dss_device pandora_lcd_device = {
.name = "lcd",
.driver_name = "tpo_td043mtea1_panel",
.type = OMAP_DISPLAY_TYPE_DPI,
.phy.dpi.data_lines = 24,
.reset_gpio = 157,
.data = &lcd_data,
};

static struct omap_dss_device pandora_tv_device = {
Expand Down

0 comments on commit 2b9e5de

Please sign in to comment.