[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-11-gad8270b
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2009-07-13 09:43:10
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ad8270b7d8d19199db0f21330a263b86ec8aa579 (commit)
from 6e1ca4a54ef52faea24871514b069b7b567cc3c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ad8270b7d8d19199db0f21330a263b86ec8aa579
Author: thom25 <nic...@ar...>
Date: Mon Jul 13 11:35:13 2009 +0200
add LW700AT9003
-----------------------------------------------------------------------
Summary of changes:
...-armadeus-add_LW700AT9003_to_mxcfb_modedb.patch | 24 ++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/286b-apf27-armadeus-add_LW700AT9003_to_mxcfb_modedb.patch
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/286b-apf27-armadeus-add_LW700AT9003_to_mxcfb_modedb.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/286b-apf27-armadeus-add_LW700AT9003_to_mxcfb_modedb.patch
new file mode 100644
index 0000000..93d4aaa
--- /dev/null
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/286b-apf27-armadeus-add_LW700AT9003_to_mxcfb_modedb.patch
@@ -0,0 +1,24 @@
+Index: linux-2.6.29/drivers/video/mxc/mxcfb_modedb.c
+===================================================================
+--- linux-2.6.29.orig/drivers/video/mxc/mxcfb_modedb.c 2009-03-31 10:57:25.000000000 +0200
++++ linux-2.6.29/drivers/video/mxc/mxcfb_modedb.c 2009-03-31 10:57:32.000000000 +0200
+@@ -101,6 +101,19 @@ const struct fb_videomode mxcfb_modedb[]
+ .vmode = FB_VMODE_NONINTERLACED, /* TO CHECK !! */
+ .flag = 0,
+ },
++ [7] = {
++ .name = "LW700AT9003",
++ .refresh = 60,
++ .xres = 800,
++ .yres = 480,
++ .pixclock = 30303, /* picoS */
++ .left_margin = 3, .right_margin = 2, /* at least 3 & 1 */
++ .upper_margin = 0x0f, .lower_margin = 0x0f,
++ .hsync_len = 64, .vsync_len = 16,
++ .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
++ .vmode = FB_VMODE_NONINTERLACED,
++ .flag = 0,
++ },
+ };
+
+ int mxcfb_modedb_sz = ARRAY_SIZE(mxcfb_modedb);
hooks/post-receive
--
armadeus
|