diff options
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.16/integrator_rgb-r0.patch | 13 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus_2.6.16.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.16/integrator_rgb-r0.patch b/openembedded/packages/linux/linux-openzaurus-2.6.16/integrator_rgb-r0.patch new file mode 100644 index 0000000000..db2f34a3eb --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.16/integrator_rgb-r0.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: linux-2.6.16/arch/arm/mach-integrator/integrator_cp.c | ||
2 | =================================================================== | ||
3 | --- linux-2.6.16.orig/arch/arm/mach-integrator/integrator_cp.c 2006-03-20 05:53:29.000000000 +0000 | ||
4 | +++ linux-2.6.16/arch/arm/mach-integrator/integrator_cp.c 2006-05-24 21:57:49.000000000 +0100 | ||
5 | @@ -454,7 +454,7 @@ | ||
6 | .width = -1, | ||
7 | .height = -1, | ||
8 | .tim2 = TIM2_BCD | TIM2_IPC, | ||
9 | - .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), | ||
10 | + .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1) | CNTL_BGR, | ||
11 | .bpp = 16, | ||
12 | .grayscale = 0, | ||
13 | }; | ||
diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.16.bb b/openembedded/packages/linux/linux-openzaurus_2.6.16.bb index dfd242f3a3..00eb85ca0d 100644 --- a/openembedded/packages/linux/linux-openzaurus_2.6.16.bb +++ b/openembedded/packages/linux/linux-openzaurus_2.6.16.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include linux-openzaurus.inc | 1 | include linux-openzaurus.inc |
2 | 2 | ||
3 | PR = "r21" | 3 | PR = "r22" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ | 6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ |
@@ -15,6 +15,7 @@ PR = "r21" | |||
15 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ | 15 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ |
16 | file://rmk-mmc1.patch;patch=1 \ | 16 | file://rmk-mmc1.patch;patch=1 \ |
17 | file://rmk-mmc2.patch;patch=1 \ | 17 | file://rmk-mmc2.patch;patch=1 \ |
18 | file://integrator_rgb-r0.patch;patch=1 \ | ||
18 | ${RPSRC}/led_core-r15.patch;patch=1 \ | 19 | ${RPSRC}/led_core-r15.patch;patch=1 \ |
19 | ${RPSRC}/led_triggers-r14.patch;patch=1 \ | 20 | ${RPSRC}/led_triggers-r14.patch;patch=1 \ |
20 | ${RPSRC}/led_trig_timer-r8.patch;patch=1 \ | 21 | ${RPSRC}/led_trig_timer-r8.patch;patch=1 \ |