From 529924d8c66be71ee474e72bce44bb311e7b08a6 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 13 Dec 2010 11:15:36 -0800 Subject: Initial Whistler support in K36 Original-Change-Id: I6fce3852aa1e5063c45caa72c53d6f095db969b7 Reviewed-on: http://git-master/r/11640 Tested-by: Thomas Cherry Reviewed-by: Sachin Nikam Reviewed-by: Bharat Nihalani Rebase-Id: Rb8c00a412d29ee52d6ad680af817dd1cd99fc727 --- arch/arm/mach-tegra/board-whistler.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 arch/arm/mach-tegra/board-whistler.h (limited to 'arch/arm/mach-tegra/board-whistler.h') diff --git a/arch/arm/mach-tegra/board-whistler.h b/arch/arm/mach-tegra/board-whistler.h new file mode 100644 index 000000000000..c6cdbd41bbf2 --- /dev/null +++ b/arch/arm/mach-tegra/board-whistler.h @@ -0,0 +1,25 @@ +/* + * arch/arm/mach-tegra/board-whistler.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_WHISTLER_H +#define _MACH_TEGRA_BOARD_WHISTLER_H + +int whistler_regulator_init(void); +int whistler_sdhci_init(void); +int whistler_pinmux_init(void); +int whistler_panel_init(void); + +#endif -- cgit v1.2.3