
This series converts the MIPS Malta development board to make use of device model & device tree to probe the UART. This results in a tidier way to handle differences between Malta boards & starts Malta on the path to device model conversion.
Paul Burton (5): fdt: Support for ISA busses fdt: Document the rest of struct of_bus dm: ns16550: Don't map_physmem for I/O ports malta: Tidy up UART address selection malta: Use device model & tree for UART
arch/mips/Kconfig | 4 ++ arch/mips/dts/Makefile | 1 + arch/mips/dts/mti,malta.dts | 32 ++++++++++++ board/imgtec/malta/malta.c | 13 ----- common/fdt_support.c | 120 ++++++++++++++++++++++++++++++++++++++++++-- configs/malta_defconfig | 2 + configs/maltael_defconfig | 2 + drivers/core/Kconfig | 23 +++++++++ drivers/serial/ns16550.c | 8 +++ include/configs/malta.h | 8 +-- 10 files changed, 190 insertions(+), 23 deletions(-) create mode 100644 arch/mips/dts/mti,malta.dts