summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index fb3614fd3..db48a51de 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -284,9 +284,15 @@
* Video Logo Related configs
*/
#define CONFIG_VIDEO_LOGO /* Enable startup logo */
+#define CONFIG_SYS_DISPLAY_DSI 1
+#define CONFIG_SYS_DISPLAY_DPI 0
#define CONFIG_SYS_VIDEO_FB_ADRS 0x14000000
-#define CONFIG_SYS_DISPLAY_NATIVE_X_RES 864
-#define CONFIG_SYS_DISPLAY_NATIVE_Y_RES 480
+#if CONFIG_SYS_DISPLAY_DPI
+#define CONFIG_SYS_DISPLAY_NATIVE_X_RES 640 /* VGA */
+#else
+#define CONFIG_SYS_DISPLAY_NATIVE_X_RES 864 /* HREF */
+#endif
+#define CONFIG_SYS_DISPLAY_NATIVE_Y_RES 480 /* VGA + HREF */
/* 2.5V */
#define CONFIG_SYS_DISPLAY_VOLTAGE 2500000
#define MCDE_TOC_SPLASH_NAME "SPLASH"