mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
[ARM] msm: Add MSM_DEBUG_UART option.
Signed-off-by: Arve Hjønnevåg <arve@android.com>
This commit is contained in:
parent
6bd631e17e
commit
36cf1b55b4
@ -94,6 +94,10 @@ static void __init halibut_map_io(void)
|
||||
}
|
||||
|
||||
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,
|
||||
.fixup = halibut_fixup,
|
||||
.map_io = halibut_map_io,
|
||||
|
Loading…
Reference in New Issue
Block a user