diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-10 17:12:41 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-10 17:13:03 +0100 |
commit | ca78b8b0031c582a974d5a3156e83ebb2e771b5f (patch) | |
tree | 18533f92ef31aaf6ec6aa879e014d0e2525db6cf /packages/linux/linux-omap | |
parent | fae416806e12ee178f2530d847ebaf7d92d6edae (diff) |
linux omap git: bump PR and fix EVM lcd config
Diffstat (limited to 'packages/linux/linux-omap')
-rw-r--r-- | packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch | 2 |
1 files changed, 1 insertions, 1 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 a8aa8f6e1b..bd83a36f4f 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 @@ -154,7 +154,7 @@ index e4e60e2..7756dd8 100644 + twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, 0x0, + TWL4030_VPLL2_DEV_GRP); + } -+ omap_set_gpio_dataout(LCD_PANEL_ENABLE_GPIO, 1); ++ gpio_direction_output(LCD_PANEL_ENABLE_GPIO, 1); + lcd_enabled = 0; +} + |