ARM: SAMSUNG: Use debug_ll_addr() to get UART base address
authorTomasz Figa <t.figa@samsung.com>
Mon, 17 Mar 2014 22:28:09 +0000 (07:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 20 Mar 2014 19:06:11 +0000 (04:06 +0900)
commit99b2fc2b8b40256538332769f11f2fe6ee942f6c
tree7303be5f6d13dc66e07c14f8da99e2593d87ce0e
parentde7fe0807c08553b88028d039861a4b8ad04fc62
ARM: SAMSUNG: Use debug_ll_addr() to get UART base address

This patch modifies Samsung PM debug helpers to use a multiplatform
friendly way of getting base address of debug UART port, so instead
of using a per-mach static macro, a generic debug_ll_addr() helper
is used.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/pm.c