From: Jeremy Lainé Date: Mon, 23 Feb 2009 16:47:39 +0000 (+0100) Subject: u-boot-1.3.2: update keypad support for boc01 X-Git-Tag: Release-2010-05/1~3974^2~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27d058757f5a8f6416988cfcc89367a5c0837ff;p=openembedded.git u-boot-1.3.2: update keypad support for boc01 --- 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 cc176f20b1..1b7630536f 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 0ed92c70b8..59ebaecabd 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 \