]> git.baikalelectronics.ru Git - uboot.git/commit
pci: sh7751: fix up PCI I/O space address
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:19 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:43 +0000 (21:32 -0500)
commitfb28893f77acdfcacbe98fde819cc82b4f5ddf02
tree61d538e650305417a2d8aab6a2cfc698d73252cf
parent225b6975471b008b2447c58bfde4a79b88624d8b
pci: sh7751: fix up PCI I/O space address

The change actually maps PCI I/O window to the same address on PCI bus
as it is stated by a comment, before the change transfers to the PCI I/O
space are failed due to misconfiguration of the most significant 14 bits
of the PCI address in PCIIOBR (note that it is set to 0x0).

Most probably the problem remained unnoticed, because communcation
to all tested PCI devices is done over PCI memory space only.

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