Files
u-boot-tk1-som/drivers
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
..
2015-11-02 10:38:00 +09:00
2016-05-25 23:13:09 +02:00
2016-05-24 11:15:02 +02:00
2016-01-27 15:32:05 +01:00
2016-02-05 12:47:21 +08:00
2016-02-06 12:00:59 +01:00
2016-03-14 19:21:44 -04:00
2016-05-17 13:58:27 -04:00