summaryrefslogtreecommitdiff
path: root/board/st/u8500/mcde_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/mcde_display.c')
-rw-r--r--board/st/u8500/mcde_display.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/st/u8500/mcde_display.c b/board/st/u8500/mcde_display.c
index 9c738fac4..1e1ec51f6 100644
--- a/board/st/u8500/mcde_display.c
+++ b/board/st/u8500/mcde_display.c
@@ -13,7 +13,6 @@
#include <asm/arch/common.h>
#include <asm/arch/ab8500.h>
#include <linux/err.h>
-#include <tc35892.h> /* Needed for DSI, to be removed */
#include "mcde.h"
#include "mcde_regs.h"
#include "mcde_display.h"
@@ -38,8 +37,7 @@ static struct mcde_port port0 = {
};
struct mcde_display_generic_platform_data main_display_data = {
- .reset_gpio = TC35892_PIN_KPY7,
- .reset_delay = 10,
+ .reset_delay = CONFIG_SYS_DISPLAY_RST_DELAY,
};
struct mcde_platform_data platform_data = {