summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-09-08 19:36:17 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:15 -0800
commit6c6ba1b64f2c112536e159f01fac0cf076f8ad56 (patch)
tree9b8d211378a61d734de5391bfdc4386c9c264ed5 /arch/arm/mach-tegra/board.h
parentd55ea5836ebb8f5265e069b025cccd1475840639 (diff)
arm: tegra: parse kernel command line for debug port id
Parsing the linux command line for the debug port id. bug 795847 Reviewed-on: http://git-master/r/51370 (cherry picked from commit f988c97564f9ecf4b78f4e935e2cfc4ca1b6db0e) Change-Id: Ib1bbdd9f671ab4c22cffdf379d3b9fd79a5a8736 Reviewed-on: http://git-master/r/57042 Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Rebase-Id: R8b31dafaa124fb7e99d219bb464703b5696da0ff
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 ba053a714dc1..7535c4eb3e9e 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -48,6 +48,7 @@ void __init tegra_protected_aperture_init(unsigned long aperture);
void tegra_move_framebuffer(unsigned long to, unsigned long from,
unsigned long size);
bool is_tegra_debug_uartport_hs(void);
+int get_tegra_uart_debug_port_id(void);
int arb_lost_recovery(int scl_gpio, int sda_gpio);
extern unsigned long tegra_bootloader_fb_start;