Re: [U-Boot] [PATCH v2 01/18] pci: mvebu: Fix Armada 38x support

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: From: Dirk Eibach 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 Signed-off-by: Mario

Re: [U-Boot] [PATCH v2 01/18] pci: mvebu: Fix Armada 38x support

2017-01-18 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: From: Dirk Eibach 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 Signed-off-by: Mario

[U-Boot] [PATCH v2 01/18] pci: mvebu: Fix Armada 38x support

2017-01-11 Thread Mario Six
From: Dirk Eibach 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 Signed-off-by: Mario Six --- Changes in v2: None --- arch/