summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-touch-maxim_sti.h
diff options
context:
space:
mode:
authorXiaohui Tao <xtao@nvidia.com>2013-09-20 13:37:30 -0700
committerBharat Nihalani <bnihalani@nvidia.com>2013-10-15 22:10:47 -0700
commit0c646a98e3cebf4a056826ef4358c52331548d56 (patch)
tree71ada9c4fcf8918f91841f367a02c2b28c1d0add /arch/arm/mach-tegra/board-touch-maxim_sti.h
parentc0a98b743a68e5f280d7cb4d681eb16a0707a0b1 (diff)
arm: ardbeg: board file change for maxim touch
Bug 1364399 Change-Id: I4c8f854e7d3c08dcf6d91350c41a490ffdeb2f7e Signed-off-by: Xiaohui Tao <xtao@nvidia.com> Signed-off-by: Hayden Du <haydend@nvidia.com> Reviewed-on: http://git-master/r/289391 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-touch-maxim_sti.h')
-rw-r--r--arch/arm/mach-tegra/board-touch-maxim_sti.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-touch-maxim_sti.h b/arch/arm/mach-tegra/board-touch-maxim_sti.h
new file mode 100644
index 000000000000..af2754345bb3
--- /dev/null
+++ b/arch/arm/mach-tegra/board-touch-maxim_sti.h
@@ -0,0 +1,24 @@
+/*
+ * arch/arm/mach-tegra/board-touch-maxim_sti.h
+ *
+ * Copyright (c)2013 Maxim Integrated Products, Inc.
+ * Copyright (C) 2013, NVIDIA Corporation. All Rights Reserved.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ */
+
+#ifndef _MACH_TEGRA_BOARD_TOUCH_MAXIM_STI_H
+#define _MACH_TEGRA_BOARD_TOUCH_MAXIM_STI_H
+
+void __init touch_init_maxim_sti(struct spi_board_info *spi_board);
+
+#endif
+