diff options
author | Spencer Sutterlin <ssutterlin@nvidia.com> | 2013-09-12 13:54:21 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-16 17:42:39 -0700 |
commit | fa951cac0054e0cde174e4007453bd964a7e1861 (patch) | |
tree | e141276be2770531482294ab0985277ae4b460b0 /arch/arm/mach-tegra/board-panel.h | |
parent | 338bcc7a3b193b1c85c11d78c86af087b444025b (diff) |
ARM: tegra: loki: separate loki panel logic
board-loki-panel.c was non-modular. Previous commit removed
duplicate code between board-loki-panel.c and panel-l-720p-5.c,
but panel-l-720p-5.c and the loki/old thor panel are not
compatible. Therefore, creating panel-l-720p-5-loki.c file.
Note board-roth-panel.c should stay untouched.
Bug 1321181
Bug 1323602
Change-Id: I89807db48290f7a89246b2cd1ab71735cab1f53f
Signed-off-by: Spencer Sutterlin <ssutterlin@nvidia.com>
Reviewed-on: http://git-master/r/273958
Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Tested-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-panel.h')
-rw-r--r-- | arch/arm/mach-tegra/board-panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-panel.h b/arch/arm/mach-tegra/board-panel.h index 4bf933830265..6bade466bd74 100644 --- a/arch/arm/mach-tegra/board-panel.h +++ b/arch/arm/mach-tegra/board-panel.h @@ -58,6 +58,7 @@ extern struct tegra_panel dsi_s_wqxga_10_1; extern struct tegra_panel dsi_a_1080p_14_0; extern struct tegra_panel edp_a_1080p_14_0; extern struct tegra_panel lvds_c_1366_14; +extern struct tegra_panel dsi_l_720p_5_loki; void tegra_dsi_resources_init(u8 dsi_instance, struct resource *resources, int n_resources); |