linux omap git: bump PR and fix EVM lcd config
authorKoen Kooi <koen@openembedded.org>
Wed, 10 Dec 2008 16:12:41 +0000 (17:12 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 10 Dec 2008 16:13:03 +0000 (17:13 +0100)
packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch
packages/linux/linux-omap_git.bb

index a8aa8f6..bd83a36 100644 (file)
@@ -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;
 +}
 +
index 332748a..be5519a 100644 (file)
@@ -6,11 +6,11 @@ KERNEL_IMAGETYPE = "uImage"
 COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm"
 
 
-SRCREV = "014ba70469e889ebb74516052c43fd06a419b17b"
+SRCREV = "694653afe8eb75191734cd4e6477c3182cf880b7"
 
 PV = "2.6.27+2.6.28-rc7+${PR}+gitr${SRCREV}"
 #PV = "2.6.27+${PR}+gitr${SRCREV}"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
           file://defconfig"