commit | 3696fc9774c54e0599fe2d85e84211f26eead8b8 | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Wed Oct 23 15:44:12 2019 +0300 |
committer | Vineet Gupta <vgupta@synopsys.com> | Mon Oct 28 12:12:31 2019 -0700 |
tree | 4a646a0b558eb8fd4e3bee638fc9148179eb76e3 | |
parent | 4c36543e50a19989d12a39115ad7aeb2953027fa [diff] |
ARC: HAPS: use same UART configuration everywhere For some reason we use ns8250 UART compatible on UP HAPS configuration and ns16550a (which is ns8250 with FIFO support) on SMP HAPS configuration. Given that we have same UART IP with same IP configuration on both HAPS configuration use ns16550a compatible everywhere. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>