[oe-commits] Koen Kooi : linux omap git: fix colour problem on omap3evm with dss2

GIT User account git at amethyst.openembedded.net
Mon Nov 17 15:51:10 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Nov 17 16:50:17 2008 +0100

linux omap git: fix colour problem on omap3evm with dss2

---

 .../0011-DSS-Support-for-OMAP3-EVM-board.patch     |    2 +-
 packages/linux/linux-omap_git.bb                   |    2 +-
 2 files changed, 2 insertions(+), 2 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 6ca8c0d..2e26110 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
@@ -162,7 +162,7 @@ index bc44cb5..edecfd3 100644
 +	.type = OMAP_DISPLAY_TYPE_DPI,
 +	.name = "lcd",
 +	.panel_name = "sharp-ls037v7dw01",
-+	.u.dpi.data_lines = 16,
++	.u.dpi.data_lines = 18,
 +	.panel_enable = evm_panel_enable_lcd,
 +	.panel_disable = evm_panel_disable_lcd,
 +};
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb
index 0593a43..c6c0dbb 100644
--- a/packages/linux/linux-omap_git.bb
+++ b/packages/linux/linux-omap_git.bb
@@ -10,7 +10,7 @@ SRCREV = "5ecf98b76fa95078277c9037bb01640fd3de5e2c"
 
 PV = "2.6.27+2.6.28-rc4+${PR}+gitr${SRCREV}"
 #PV = "2.6.27+${PR}+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 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