[MIPS] rbtx4938: Fix secondary PCIC and glue internal NICs
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 2 Jul 2007 13:43:06 +0000 (22:43 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 10 Jul 2007 16:33:04 +0000 (17:33 +0100)
commit2db30150fe4fe309c57087c661209c9ea0b5c21b
tree7f327ade219e352f3819ab3cd8d53690b75a79d6
parentbd43da8ff130caf31fff0482a75660507a26b641
[MIPS] rbtx4938: Fix secondary PCIC and glue internal NICs

* Fix pci ops for secondary PCIC
* Do not reserve 1MB for PCI MEM region (leave PCIBIOS_MIN_MEM zero)
* Use platform_device to provide ethernet addresses for internal NICs.
  (background: TX49XX SoCs include PCI NIC (TC35815 compatible)
  connected via its internal PCI bus, but the NIC's PROM interface is
  not connected to SEEPROM.  So we must provide its ethernet address
  by another way.)
* Check return value of early_read_config_word()

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/ops-tx4938.c
arch/mips/tx4938/toshiba_rbtx4938/setup.c