[oe-commits] Jeremy Lainé : u-boot-1.3.2: update keypad support for boc01

GIT User account git at amethyst.openembedded.net
Mon Feb 23 16:52:23 UTC 2009


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

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Feb 23 17:47:39 2009 +0100

u-boot-1.3.2: update keypad support for boc01

---

 ...12-CAPSENSE.patch => 007-090217-CAPSENSE.patch} |    4 ++--
 packages/u-boot/u-boot_1.3.2.bb                    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/u-boot/u-boot-1.3.2/boc01/007-090112-CAPSENSE.patch b/packages/u-boot/u-boot-1.3.2/boc01/007-090217-CAPSENSE.patch
similarity index 99%
rename from packages/u-boot/u-boot-1.3.2/boc01/007-090112-CAPSENSE.patch
rename to packages/u-boot/u-boot-1.3.2/boc01/007-090217-CAPSENSE.patch
index cc176f2..1b76305 100644
--- a/packages/u-boot/u-boot-1.3.2/boc01/007-090112-CAPSENSE.patch
+++ b/packages/u-boot/u-boot-1.3.2/boc01/007-090217-CAPSENSE.patch
@@ -349,8 +349,8 @@ Index: u-boot-1.3.2/drivers/i2c/CY8C201xx.c
 +	0x00, 0x00, 0x00, 0x00, 0x00,   // CS_SCAN_POS_1x
 +	0x32, 0x00, 0x32, 0x32, 0x32,   // CS_FINGER_TH_0x
 +	0x00, 0x00, 0x00, 0x00, 0x32,   // CS_FINGER_TH_1x
-+	0x08, 0x00, 0x08, 0x08, 0x08,   // CS_IDAC_0x
-+	0x00, 0x00, 0x00, 0x00, 0x08    // CS_IDAC_1x
++	0x14, 0x00, 0x0C, 0x0A, 0x14,   // CS_IDAC_0x
++	0x00, 0x00, 0x00, 0x00, 0x0D    // CS_IDAC_1x
 +};
 +
 +static char data_SLEEP[] = {
diff --git a/packages/u-boot/u-boot_1.3.2.bb b/packages/u-boot/u-boot_1.3.2.bb
index 0ed92c7..59ebaec 100644
--- a/packages/u-boot/u-boot_1.3.2.bb
+++ b/packages/u-boot/u-boot_1.3.2.bb
@@ -2,7 +2,7 @@ require u-boot.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
 
@@ -27,7 +27,7 @@ SRC_URI_append_boc01 = "\
            file://003-081205-DTT_LM73.patch;patch=1 \
            file://004-081205-WATCHDOG.patch;patch=1 \
            file://006-081211-EEPROM_M24C32.patch;patch=1 \
-           file://007-090112-CAPSENSE.patch;patch=1 \
+           file://007-090217-CAPSENSE.patch;patch=1 \
            file://008-090107-TSEC.patch;patch=1 \
            file://009-081212-EXIO.patch;patch=1 \
            file://010-081212-LCD.patch;patch=1 \





More information about the Openembedded-commits mailing list