aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-10 17:12:41 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-10 17:13:03 +0100
commitca78b8b0031c582a974d5a3156e83ebb2e771b5f (patch)
tree18533f92ef31aaf6ec6aa879e014d0e2525db6cf /packages
parentfae416806e12ee178f2530d847ebaf7d92d6edae (diff)
downloadopenembedded-ca78b8b0031c582a974d5a3156e83ebb2e771b5f.tar.gz
linux omap git: bump PR and fix EVM lcd config
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-omap/0011-DSS-Support-for-OMAP3-EVM-board.patch2
-rw-r--r--packages/linux/linux-omap_git.bb4
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 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;
+}
+
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb
index 332748a423..be5519a081 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"