[oe-commits] Koen Kooi : linux omap git: bump PR and fix EVM lcd config

GIT User account git at amethyst.openembedded.net
Wed Dec 10 16:15:30 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ca78b8b0031c582a974d5a3156e83ebb2e771b5f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca78b8b0031c582a974d5a3156e83ebb2e771b5f

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Dec 10 17:12:41 2008 +0100

linux omap git: bump PR and fix EVM lcd config

---

 .../0011-DSS-Support-for-OMAP3-EVM-board.patch     |    2 +-
 packages/linux/linux-omap_git.bb                   |    4 ++--
 2 files changed, 3 insertions(+), 3 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 a8aa8f6..bd83a36 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;
 +}
 +
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb
index 332748a..be5519a 100644
--- a/packages/linux/linux-omap_git.bb
+++ b/packages/linux/linux-omap_git.bb
@@ -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"





More information about the Openembedded-commits mailing list