From 5ede6c8a938d3c677b8939cf9110862691946059 Mon Sep 17 00:00:00 2001 From: Jimmy Rubin Date: Fri, 18 Jun 2010 16:24:22 +0200 Subject: MCDE: Adds support for more display types This patch does the following: * Adds configs to set display xres and yres in u8500.h * Adds config to set display voltage in u8500.h * Changes default settings for dsi / dsi pll clocks ST Ericsson Change-ID: AP264669 Change-Id: I9277167e690ece6569fa39d9e2e9e4c7c1473006 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2587 Tested-by: Jimmy RUBIN Reviewed-by: Dan JOHANSSON Reviewed-by: Jonas ABERG Reviewed-by: Michael BRANDT Tested-by: Michael BRANDT --- include/configs/u8500.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 7ae82dc2d..2eff34aee 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -257,6 +257,11 @@ */ #define CONFIG_SYS_MCDE_REFRESH_TIME 50 +#define CONFIG_SYS_DISPLAY_NATIVE_X_RES 864 +#define CONFIG_SYS_DISPLAY_NATIVE_Y_RES 480 +/* 2.5V */ +#define CONFIG_SYS_DISPLAY_VOLTAGE 2500000 + /*------------------------------------------------------------------------------ * base register values for U8500 */ -- cgit v1.2.3