diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-04 16:39:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-04 16:39:33 +0000 |
commit | 7a66e7a528dd38a5ea363c30f7110967b6cdd03c (patch) | |
tree | b1bfa7bb4555aec907eea4cd17377829d0894964 /packages/linux/linux-omap/omap-2430-lcd.patch | |
parent | 474a816e54c0c5e3135e05eb91022024e1e437b5 (diff) |
linux-omap: a new recipe to build omap1, omap2 and omap3 kernels
Diffstat (limited to 'packages/linux/linux-omap/omap-2430-lcd.patch')
-rw-r--r-- | packages/linux/linux-omap/omap-2430-lcd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-omap/omap-2430-lcd.patch b/packages/linux/linux-omap/omap-2430-lcd.patch new file mode 100644 index 0000000000..8f8a687c06 --- /dev/null +++ b/packages/linux/linux-omap/omap-2430-lcd.patch @@ -0,0 +1,11 @@ +--- git/drivers/video/omap/lcd_2430sdp.c.orig 2007-08-13 14:35:17.000000000 -0700 ++++ git/drivers/video/omap/lcd_2430sdp.c 2007-08-13 14:35:55.000000000 -0700 +@@ -32,7 +32,7 @@ + #define LCD_PANEL_BACKLIGHT_GPIO 91 + #define LCD_PANEL_ENABLE_GPIO 154 + #define LCD_PIXCLOCK_MAX 5400 /* freq 5.4 MHz */ +-#define PM_RECEIVER TWL4030_MODULE_PM_RECIEVER ++#define PM_RECEIVER TWL4030_MODULE_PM_RECEIVER + #define ENABLE_VAUX2_DEDICATED 0x09 + #define ENABLE_VAUX2_DEV_GRP 0x20 + |