diff options
author | Vineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com> | 2012-12-06 18:01:33 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-12-20 17:58:46 -0800 |
commit | 4146176cb0b04dd493de987449c90e0312caea11 (patch) | |
tree | 89e685649f7d29eeb0834833ae7f01b7dde18756 /arch/arm/mach-tegra/board-panel.h | |
parent | 320e273b7b563977f9aedccdefd707b40aa57868 (diff) |
arm: tegra: dalmore: Runtime panel detection
Bug 1182416
Change-Id: I362f892c32e0f3e8e32e136b3595c71b696b2bae
Signed-off-by: Vineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com>
Reviewed-on: http://git-master/r/172756
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Animesh Kishore <ankishore@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-panel.h')
-rw-r--r-- | arch/arm/mach-tegra/board-panel.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-panel.h b/arch/arm/mach-tegra/board-panel.h index 66412a232fb5..4c3996397fcf 100644 --- a/arch/arm/mach-tegra/board-panel.h +++ b/arch/arm/mach-tegra/board-panel.h @@ -18,7 +18,11 @@ #define BOARD_E1582 0x062e #define BOARD_E1605 0x0645 + +#define BOARD_E1627 0x065b #define BOARD_E1639 0x0667 +#define BOARD_E1631 0x065f + struct tegra_panel { void (*init_sd_settings)(struct tegra_dc_sd_settings *); @@ -28,6 +32,7 @@ struct tegra_panel { void (*set_disp_device)(struct platform_device *); void (*init_resources)(struct resource *, int n_resources); int (*register_bl_dev)(void); + int (*register_i2c_bridge)(void); }; @@ -35,3 +40,7 @@ extern atomic_t sd_brightness; extern struct tegra_panel dsi_l_720p_5; extern struct tegra_panel dsi_j_720p_4_7; extern struct tegra_panel dsi_s_1080p_5; +extern struct tegra_panel dsi_p_wuxga_10_1; +extern struct tegra_panel dsi_a_1080p_11_6; +extern struct tegra_panel dsi_s_wqxga_10_1; + |