commit | 2c06c3ffef1731cbe0f1e20259b8587fb74b2e93 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Sat Sep 19 15:00:16 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 14:19:49 2015 -0400 |
tree | 4c54102324e06b9e951a7f6b52ae9fa112314807 | |
parent | 44ccfe6e80a13cacdb489f4b4f3a20c641484e44 [diff] |
ARM: keystone2: Fix serial port init With CONFIG_DM_SERIAL is enabled NS16550_init() cannot be called directly. Driver probe should be taking care of this. So call this function only when DM_SERIAL is not enabled. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>