pci: sh7751: map PCI memory space into SDRAM
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:20 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:43 +0000 (21:32 -0500)
commit30391de74f67dd6372664b820d4a91b6a21169f2
treee27e5717593b0f2beb41910a56a56f2fdf2d0558
parentd44cf293a127ff96a36ad5296897eeb13afbb08b
pci: sh7751: map PCI memory space into SDRAM

For ease of use and accounting a condition that on SH4
pci_phys_to_bus() and pci_bus_to_phys() are one in one mappings due to
unimplemented __iomem() conversion, this change fixes access to SDRAM
memory by PCI devices.

This change also generalizes PCI system memory configuration, which is
taken from board specific defines rather than hardcoded in the PCI
host driver.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
drivers/pci/pci_sh7751.c