提交 addb154a 编写于 作者: A Afzal Mohammed 提交者: Tony Lindgren

ARM: OMAP2+: AM43x: static mapping

AM43x L4 WKUP/PER mappings are similar to AM335x, reuse.
Signed-off-by: NAfzal Mohammed <afzal@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 c04bbaa4
...@@ -202,7 +202,7 @@ static struct map_desc omapti81xx_io_desc[] __initdata = { ...@@ -202,7 +202,7 @@ static struct map_desc omapti81xx_io_desc[] __initdata = {
}; };
#endif #endif
#ifdef CONFIG_SOC_AM33XX #if defined(CONFIG_SOC_AM33XX) || defined(CONFIG_SOC_AM43XX)
static struct map_desc omapam33xx_io_desc[] __initdata = { static struct map_desc omapam33xx_io_desc[] __initdata = {
{ {
.virtual = L4_34XX_VIRT, .virtual = L4_34XX_VIRT,
...@@ -318,7 +318,7 @@ void __init ti81xx_map_io(void) ...@@ -318,7 +318,7 @@ void __init ti81xx_map_io(void)
} }
#endif #endif
#ifdef CONFIG_SOC_AM33XX #if defined(CONFIG_SOC_AM33XX) || defined(CONFIG_SOC_AM43XX)
void __init am33xx_map_io(void) void __init am33xx_map_io(void)
{ {
iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc)); iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册