changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of...
[openwrt/staging/florian.git] / target / linux / s3c24xx / patches-2.6.24 / 1298-glamo_fb-sync-comment-with-code.patch
1 From 407b8adb446122b550e517f37f182a872308d16f Mon Sep 17 00:00:00 2001
2 From: Harald Welte <laforge@openmoko.org>
3 Date: Wed, 8 Oct 2008 21:36:10 +0100
4 Subject: [PATCH] glamo_fb: sync comment with code
5
6 the comment claims that DHCLK is enabled, while the
7 code actually disables it.
8
9 No code change, purely cosmetic patch.
10
11 Signed-off-by: Harald Welte <laforge@openmoko.org>
12 ---
13 drivers/mfd/glamo/glamo-fb.c | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/drivers/mfd/glamo/glamo-fb.c b/drivers/mfd/glamo/glamo-fb.c
17 index aa901dd..8f5d6b1 100644
18 --- a/drivers/mfd/glamo/glamo-fb.c
19 +++ b/drivers/mfd/glamo/glamo-fb.c
20 @@ -104,7 +104,7 @@ static struct glamo_script glamo_regs[] = {
21 * no TVCLK, no partial display, hw dest color from fb,
22 * no partial display mode, LCD1, software flip, */
23 { GLAMO_REG_LCD_MODE2, 0x1020 },
24 - /* no video flip, no ptr, no ptr, dhclk,
25 + /* no video flip, no ptr, no ptr, dhclk off,
26 * normal mode, no cpuif,
27 * res, serial msb first, single fb, no fr ctrl,
28 * cpu if bits all zero, no crc
29 --
30 1.5.6.5
31