Files
u-boot-tk1-som/drivers/serial
Paul Burton df8ec55d52 dm: ns16550: Don't map_physmem for I/O ports
If the UART is to be accessed using I/O port accessors (inb & outb) then
using map_physmem doesn't make sense, since it operates in a different
memory space. Remove the call to map_physmem when
CONFIG_SYS_NS16550_PORT_MAPPED is defined, allowing I/O port addresses
to not be mangled by the incorrect mapping.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2016-05-26 01:34:13 +02:00
..
2016-02-25 19:06:37 -05:00
2016-05-17 09:54:43 -06:00
2016-02-06 12:00:59 +01:00
2016-04-11 10:20:30 -07:00
2016-02-06 12:00:59 +01:00
2015-12-05 18:22:23 -05:00
2014-08-09 11:17:04 -04:00