summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorJihoon Bang <jbang@nvidia.com>2011-12-12 11:00:14 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-22 23:49:36 -0700
commit2d0961d93c2fa49c5533c9f48051b521c258d632 (patch)
tree01c12f6e65e214937a17388b1883047935597b2e /arch/arm/mach-tegra/board.h
parent7f944f72e0baef4950aafab04bff131ba0697034 (diff)
arm: tegra: enterprise: support A01 camera module
Change if statement to support E1513 A01 board in E1197. Add tegra_get_camera_board_info to parse camera module id that is passed in from bootloader. Bug 914552 Change-Id: I20c3bcaf181e29446aa254ea189d917bc6905488 Signed-off-by: Jihoon Bang <jbang@nvidia.com> Reviewed-on: http://git-master/r/69504 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: Re823d0ebe9e0e54a74dc9930ab9f45049c34d6ef
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r--arch/arm/mach-tegra/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h
index a13196bb98ed..7958afd7a0fa 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -96,6 +96,7 @@ enum audio_codec_type {
void tegra_get_board_info(struct board_info *);
void tegra_get_pmu_board_info(struct board_info *bi);
void tegra_get_display_board_info(struct board_info *bi);
+void tegra_get_camera_board_info(struct board_info *bi);
int get_core_edp(void);
enum panel_type get_panel_type(void);