Commit 36cf1b55 authored by Arve Hjønnevåg's avatar Arve Hjønnevåg Committed by Daniel Walker

[ARM] msm: Add MSM_DEBUG_UART option.

Signed-off-by: default avatarArve Hjønnevåg <arve@android.com>
parent 6bd631e1
...@@ -94,6 +94,10 @@ static void __init halibut_map_io(void) ...@@ -94,6 +94,10 @@ static void __init halibut_map_io(void)
} }
MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)")
#ifdef CONFIG_MSM_DEBUG_UART
.phys_io = MSM_DEBUG_UART_PHYS,
.io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc,
#endif
.boot_params = 0x10000100, .boot_params = 0x10000100,
.fixup = halibut_fixup, .fixup = halibut_fixup,
.map_io = halibut_map_io, .map_io = halibut_map_io,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment