From fb1e00bdcdce8dfc516ab7aba3664df15b124159 Mon Sep 17 00:00:00 2001 From: Ruud Althuizen Date: Mon, 1 Feb 2010 13:36:24 +0100 Subject: linux-ea3250: New recipe This is a kernel recipe for the LPC32XX (LPC3250) based Embedded Artists development board. It uses public patches provided by NXP and Embedded Artists. The other two patches provide drivers for the PWM capabilities and fix one NXP patch. It can be generalized for use with the PHYTEC LPC3250 development board. Signed-off-by: Frans Meulenbroeks --- .../kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/linux/linux-ea3250-2.6.27.8/kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch (limited to 'recipes/linux/linux-ea3250-2.6.27.8/kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch') diff --git a/recipes/linux/linux-ea3250-2.6.27.8/kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch b/recipes/linux/linux-ea3250-2.6.27.8/kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch new file mode 100644 index 0000000000..004e34d222 --- /dev/null +++ b/recipes/linux/linux-ea3250-2.6.27.8/kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch @@ -0,0 +1,21 @@ +diff -Naur -X linux/Documentation/dontdiff linux-2.6.27.8/arch/arm/mach-lpc32xx/board-ea3250.c linux-2.6.27.8-new/arch/arm/mach-lpc32xx/board-ea3250.c +--- linux-2.6.27.8/arch/arm/mach-lpc32xx/board-ea3250.c 2010-01-05 12:06:37.000000000 +0100 ++++ linux-2.6.27.8-new/arch/arm/mach-lpc32xx/board-ea3250.c 2010-01-05 12:08:50.000000000 +0100 +@@ -429,7 +429,7 @@ + .width = -1, + .height = -1, + .tim2 = (CLCDC_LCDTIMING2_IVS | CLCDC_LCDTIMING2_IHS | +- CLCD_LCDTIMING2_IPC), ++ CLCDC_LCDTIMING2_IPC), + .cntl = (CNTL_BGR | CLCDC_LCDCTRL_TFT | CNTL_LCDVCOMP(1) | + CLCDC_LCDCTRL_BPP16_565), + .bpp = 16, +@@ -460,7 +460,7 @@ + .width = -1, + .height = -1, + .tim2 = (CLCDC_LCDTIMING2_IVS | CLCDC_LCDTIMING2_IHS | +- CLCD_LCDTIMING2_IPC), ++ CLCDC_LCDTIMING2_IPC), + .cntl = (CNTL_BGR | CLCDC_LCDCTRL_TFT | CNTL_LCDVCOMP(1) | + CLCDC_LCDCTRL_BPP16_565), + .bpp = 16, -- cgit v1.2.3