summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorJimmy Rubin <ejimrub@steludxu031.lud.stericsson.com>2010-06-18 16:24:22 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-07-12 11:22:18 +0200
commit5ede6c8a938d3c677b8939cf9110862691946059 (patch)
tree044b03ff2259d9d0544e8db4ed3d832afe232c4b /include/configs/u8500.h
parent7e89ff95e5b71ccb1d428965d13da91c2d2a8e3f (diff)
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 <jimmy.rubin@stericsson.com> Reviewed-by: Dan JOHANSSON <dan.johansson@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h5
1 files changed, 5 insertions, 0 deletions
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
*/