msm: 8960: Add pdata for new firmware of Atmel touch controller
A new firmware, V2.2.AA, is available for Atmel touch controller
mXT1386E. Add an entry for it in pdata to allow firwmare upgrade
from older version to this new version. The V2.2.AA firmware shares
the same config data as the V2.1.AA firmware.
Change-Id: I8717dc7e36bc504838e5b44c432cc0170c6d9de0
Signed-off-by: Jing Lin <jinglin@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960.c b/arch/arm/mach-msm/board-8960.c
index 8e9495f..4e95550 100644
--- a/arch/arm/mach-msm/board-8960.c
+++ b/arch/arm/mach-msm/board-8960.c
@@ -1995,7 +1995,7 @@
.version = 0x10,
.build = 0xAA,
.bootldr_id = MXT_BOOTLOADER_ID_1386E,
- .fw_name = "atmel_8960_liquid_v2_1_AA.hex",
+ .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
},
{
.config = mxt1386e_config_data_v2_1,
@@ -2005,6 +2005,17 @@
.version = 0x21,
.build = 0xAA,
.bootldr_id = MXT_BOOTLOADER_ID_1386E,
+ .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
+ },
+ {
+ /* The config data for V2.2.AA is the same as for V2.1.AA */
+ .config = mxt1386e_config_data_v2_1,
+ .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
+ .family_id = 0xA0,
+ .variant_id = 0x7,
+ .version = 0x22,
+ .build = 0xAA,
+ .bootldr_id = MXT_BOOTLOADER_ID_1386E,
},
};