summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-touch-raydium.h
diff options
context:
space:
mode:
authorRobert Collins <rcollins@nvidia.com>2012-09-16 11:10:45 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:36:00 -0700
commit70936e6e8eb7c2a4e56d675390124b07bb907559 (patch)
tree6c858ce7869830a4388aeab5b62ca4aebbf62169 /arch/arm/mach-tegra/board-touch-raydium.h
parent017b82dd86d80d87fa9576527fad1ecef1cc7426 (diff)
touch: Radyium: Move panel config structures to board files.
Reviewed-on: http://git-master/r/133110 Change-Id: I93343d2d67982fd05cb2c72b2d983c0f0cff5bf7 Signed-off-by: Robert Collins <rcollins@nvidia.com> Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/143115 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Rebase-Id: R8e0c81e45ec3f10cb3e470419191acd3bf52f68c
Diffstat (limited to 'arch/arm/mach-tegra/board-touch-raydium.h')
-rw-r--r--arch/arm/mach-tegra/board-touch-raydium.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-touch-raydium.h b/arch/arm/mach-tegra/board-touch-raydium.h
new file mode 100644
index 000000000000..7535a8931b38
--- /dev/null
+++ b/arch/arm/mach-tegra/board-touch-raydium.h
@@ -0,0 +1,24 @@
+/*
+ * arch/arm/mach-tegra/board-touch-raydium.h
+ *
+ * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _MACH_TEGRA_BOARD_TOUCH_RAYDIUM_H
+#define _MACH_TEGRA_BOARD_TOUCH_RAYDIUM_H
+
+int __init touch_init_raydium(int irq_gpio, int reset_gpio, struct rm_spi_ts_platform_data *rm31080ts_data, struct spi_board_info *rm31080a_spi_board, int size);
+
+#endif