From 308da1de236830389b79db8019c8e9aadc152d4f Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Tue, 25 Jan 2011 16:18:23 +0100 Subject: U8500: Change display reset for HREFP 2.0 V60 and later The HREFP 2.0 V60 has no GPIO expander and the display reset IO line was moved to an ordinary GPIO line. Furthermore move the board dependent routine out from the mcde driver into u8500.c ST-Ericsson ID: CR 272893 Change-Id: If1362cecaeb183e67273066f759e220672f4537f Signed-off-by: Michael Brandt Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/13480 Reviewed-by: Dan JOHANSSON Reviewed-by: QATOOLS Reviewed-by: Joakim AXELSSON Reviewed-by: Markus HELGESSON --- include/configs/u8500.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index db48a51de..caa31b9eb 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -291,6 +291,7 @@ #define CONFIG_SYS_DISPLAY_NATIVE_X_RES 640 /* VGA */ #else #define CONFIG_SYS_DISPLAY_NATIVE_X_RES 864 /* HREF */ +#define CONFIG_SYS_DISPLAY_RST_DELAY 10 /* ms */ #endif #define CONFIG_SYS_DISPLAY_NATIVE_Y_RES 480 /* VGA + HREF */ /* 2.5V */ -- cgit v1.2.3