summaryrefslogtreecommitdiff
path: root/packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch')
-rw-r--r--packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch b/packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch
deleted file mode 100644
index a8b91daf37..0000000000
--- a/packages/linux/gumstix-kernel-2.6.21/pxafb-backto16.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- linux-2.6.21/arch/arm/mach-pxa/gumstix.c-orig 2008-02-20 16:18:57.000000000 -0800
-+++ linux-2.6.21/arch/arm/mach-pxa/gumstix.c 2008-02-20 16:21:21.000000000 -0800
-@@ -146,8 +146,7 @@
- .pixclock = 110000,
- .xres = 480,
- .yres = 272,
-- .bpp = 18,
-- .nonstd = 24,
-+ .bpp = 16,
- .hsync_len = 41,
- .left_margin = 2,
- .right_margin = 2,
-@@ -161,7 +160,7 @@
- .modes = &gumstix_fb_mode,
- .num_modes = 1,
- .lccr0 = LCCR0_Act | LCCR0_Sngl | LCCR0_Color,
-- .lccr3 = LCCR3_OutEnH | LCCR3_PixFlEdg | (3 << 30),
-+ .lccr3 = LCCR3_OutEnH | LCCR3_PixFlEdg | (0 << 30),
- .pxafb_backlight_power = &gumstix_lcd_backlight,
- };
- #elif defined(CONFIG_FB_PXA_SAMSUNG_LTE430WQ_F0C)
-@@ -175,8 +174,7 @@
- .vsync_len = 10, // VLW from datasheet: 10 typ
- .upper_margin = 2, // VBP - VLW from datasheet: 12 - 10 = 2
- .lower_margin = 4, // VFP from datasheet: 4 typ
-- .bpp = 18,
-- .nonstd = 24,
-+ .bpp = 16,
- .sync = 0, // Hsync and Vsync both active low
- };
-
-@@ -184,7 +182,7 @@
- .modes = &gumstix_fb_mode,
- .num_modes = 1,
- .lccr0 = LCCR0_Act | LCCR0_Sngl | LCCR0_Color,
-- .lccr3 = LCCR3_OutEnH | LCCR3_PixFlEdg | (3 << 30),
-+ .lccr3 = LCCR3_OutEnH | LCCR3_PixFlEdg | (0 << 30),
- .pxafb_backlight_power = &gumstix_lcd_backlight,
- };
- #endif