diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-19 16:51:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-19 16:51:16 +0100 |
commit | 2a50ede20bafc91d432382bd166d530edb1f7233 (patch) | |
tree | e8a4362c73c07211abbfa003f801a224d567a62f /packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch | |
parent | c4f96a54d4c3d3986d626a5eb1b82b0f6035a50d (diff) |
linux-omap git: fix evm regression
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 | 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 a0def29abf..6fa9a7fbf7 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; +} + |