提交 e2800007 编写于 作者: C Cyril Chemparathy 提交者: Kevin Hilman

Davinci: serial - conditional reset via pwremu

With this patch, AR7 type uart ports are not reset via pwremu registers.  This
allows davinci_serial_init() reuse on tnetv107x soc.
Signed-off-by: NCyril Chemparathy <cyril@ti.com>
Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
上级 9ee1acef
......@@ -107,7 +107,7 @@ int __init davinci_serial_init(struct davinci_uart_config *info)
pr_err("uart regs ioremap failed\n");
}
if (p->membase)
if (p->membase && p->type != PORT_AR7)
davinci_serial_reset(p);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册