[ARM] Stingray touch board file: Update touch_fw_cfg
authormakarand.karvekar <makarand.karvekar@motorola.com>
Mon, 28 Jun 2010 20:42:37 +0000 (15:42 -0500)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:15 +0000 (16:33 -0700)
touch_fw_cfg updated with firmware filename.

Change-Id: I7463ba34fc4c9e8f87bc51d6b65b67bfb9f36194
Signed-off-by: makarand.karvekar <makarand.karvekar@motorola.com>
arch/arm/mach-tegra/board-stingray-touch.c

index 5fb5b1aa29a184887836b6a54ea48da5833ca2dc..654371ec7b8fab70732bf4496600ee26558e9be8 100644 (file)
@@ -25,7 +25,6 @@
 #include <mach/iomap.h>
 #include <mach/pinmux.h>
 #include <linux/qtouch_obp_ts.h>
-#include <linux/qtouch_obp_ts_firmware.h>
 #include <linux/interrupt.h>
 #include <linux/input.h>
 
@@ -75,8 +74,7 @@ struct qtouch_ts_platform_data stingray_touch_data_m1 = {
                .num_keys       = 0,
        },
        .touch_fw_cfg = {
-               .image = mxt1386_v8_e1,
-               .size = sizeof(mxt1386_v8_e1),
+               .fw_name = "mXT1386_08_E1.bin",
                .family_id = 0xA0,
                .variant_id = 0x00,
                .fw_version = 0x08,
@@ -331,8 +329,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = {
                .num_keys       = 0,
        },
        .touch_fw_cfg = {
-               .image = mxt1386_v8_aa,
-               .size = sizeof(mxt1386_v8_aa),
+               .fw_name = "mXT1386_08_AA.bin",
                .family_id = 0xA0,
                .variant_id = 0x00,
                .fw_version = 0x08,