diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-16 12:13:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-16 12:13:32 +0100 |
commit | 19fb84f81c15a3e78e5fd1b8fe8fc869a07ff996 (patch) | |
tree | 14b0868ac6353b253cf2bfb9df8926a2c4f0a6c3 /packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch | |
parent | fde85c6fedd02f0dab19e58afecd2f8133061d9d (diff) |
linux-omap git: move to 2.6.28rc8, this makes usb OTG work properly (even cable detection works!)
Diffstat (limited to 'packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch')
-rw-r--r-- | packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch b/packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch index bd83a36f4f..a0def29abf 100644 --- a/packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch +++ b/packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch @@ -1,4 +1,4 @@ -From c50a7b6c9ceb75c1bc49bc596556fdf6b1960306 Mon Sep 17 00:00:00 2001 +From 722267d4a82e6f502f08e252d12563f5ce07a744 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen <tomi.valkeinen@nokia.com> Date: Fri, 14 Nov 2008 16:03:34 +0200 Subject: [PATCH] DSS: Support for OMAP3 EVM board @@ -154,7 +154,7 @@ index e4e60e2..7756dd8 100644 + twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, 0x0, + TWL4030_VPLL2_DEV_GRP); + } -+ gpio_direction_output(LCD_PANEL_ENABLE_GPIO, 1); ++ omap_set_gpio_dataout(LCD_PANEL_ENABLE_GPIO, 1); + lcd_enabled = 0; +} + |