From 32ce226ff96a52746057ee9d0df75cde5ea29c56 Mon Sep 17 00:00:00 2001 From: "makarand.karvekar" Date: Mon, 28 Jun 2010 15:42:37 -0500 Subject: [PATCH] [ARM] Stingray touch board file: Update touch_fw_cfg touch_fw_cfg updated with firmware filename. Change-Id: I7463ba34fc4c9e8f87bc51d6b65b67bfb9f36194 Signed-off-by: makarand.karvekar --- arch/arm/mach-tegra/board-stingray-touch.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray-touch.c b/arch/arm/mach-tegra/board-stingray-touch.c index 5fb5b1aa29a1..654371ec7b8f 100644 --- a/arch/arm/mach-tegra/board-stingray-touch.c +++ b/arch/arm/mach-tegra/board-stingray-touch.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include @@ -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, -- 2.34.1