diff options
author | Jimmy Rubin <ejimrub@steludxu031.lud.stericsson.com> | 2010-06-11 13:38:15 +0200 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2010-09-02 22:45:43 -0600 |
commit | 8c47209c5bf71bfcb79544171a2ac744b93eb081 (patch) | |
tree | b711a6a61c3f182a0dd4e6d0d95f68e9305fe720 /arch/arm/mach-ux500/Makefile | |
parent | 8eba235f737a41b41f0cd5e5cf60c3aef1261eff (diff) | |
download | linux-2.6.34-ux500-8c47209c5bf71bfcb79544171a2ac744b93eb081.tar.gz |
MCDE: Supports new HDMI features
This patch does the following:
* Dynamic resolution change (HDMI and TV-out)
* Dynamic change of rotation (Main display)
* Dynamic change to 24 and 32 bpp (RGB888, RGBA8888, RGBX8888)
* HDMI stability improvements
* Removes Framebuffer_console for V.20 and HREF+.
* Support for disabling display initialization
if u-boot supports startup graphics
* Adds prcmu handling from the mcde driver
ST Ericsson Change-Id: WP259361
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Change-Id: I37e91d49f1550a3ecd041d4ddf67ce57e086772c
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2536
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rwxr-xr-x | arch/arm/mach-ux500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index e7bbb54e48c..3e3d7ad581c 100755 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -17,6 +17,7 @@ obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o mop500-sdi.o obj-$(CONFIG_UX500_SOC_DB5500) += db5500-devices.o cpu-db5500.o obj-$(CONFIG_UX500_SOC_DB8500) += db8500-devices.o hsi.o mcde.o \ cpu-db8500.o prcmu-fw.o +obj-$(CONFIG_FB_MCDE) += board-mop500-mcde.o obj-$(CONFIG_MACH_U8500_SIMULATOR) += board-mop500.o mop500-sdi.o obj-$(CONFIG_MACH_U5500_SIMULATOR) += board-u5500.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o |