summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana.h
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-07-28 13:05:45 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:34:58 -0800
commit648b32d3a31a2f7e237aa429bfae4ff0821297b6 (patch)
treeb8cb5fef6cb89c0810bbdcced96324a0b513659a /arch/arm/mach-tegra/board-ventana.h
parent98ac498cd9c8719f56808d9b1af50a6036615964 (diff)
[ARM] ventana: register i2c, touchscreen & regulator
register I2C controllers, regulator consumers and the panjit touchscreen platform_device Change-Id: Ife13c0d86084f26c734dea2c358f8c4fd3e27a8e Signed-off-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana.h')
-rw-r--r--arch/arm/mach-tegra/board-ventana.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.h b/arch/arm/mach-tegra/board-ventana.h
new file mode 100644
index 000000000000..2b19f64256f8
--- /dev/null
+++ b/arch/arm/mach-tegra/board-ventana.h
@@ -0,0 +1,24 @@
+/*
+ * arch/arm/mach-tegra/board-ventana.h
+ *
+ * Copyright (C) 2010 Google, Inc.
+ *
+ * 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_VENTANA_H
+#define _MACH_TEGRA_BOARD_VENTANA_H
+
+int ventana_regulator_init(void);
+int ventana_sdhci_init(void);
+int ventana_pinmux_init(void);
+
+#endif