commit | 882d3fa6dd588d100ba446e944022e6b7c9480ae | [log] [tgz] |
---|---|---|
author | Dirk Eibach <dirk.eibach@gdsys.cc> | Wed Jan 11 16:00:45 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Feb 01 09:01:19 2017 +0100 |
tree | 277be5608cf2d6a5d16c06d076aff3d94dd9fa0c | |
parent | 143199081b375f42cc7ccdb6424999c5263b77ce [diff] |
pci: mvebu: Fix Armada 38x support Armada 38x has four PCI ports, not three. The optimization in pci_init_board() seems to assume that every port has three lanes. This is obviously wrong, and breaks support for Armada 38x. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc> Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>