From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 28 Oct 2015 17:24:32 +0100 Subject: [U-Boot] [PATCH v0 1/5] pci: mvebu: Fix Armada 38x support In-Reply-To: <1446047056-16801-2-git-send-email-dirk.eibach@gdsys.cc> References: <1446047056-16801-1-git-send-email-dirk.eibach@gdsys.cc> <1446047056-16801-2-git-send-email-dirk.eibach@gdsys.cc> Message-ID: <5630F6C0.2010701@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dirk, On 28.10.2015 16:44, dirk.eibach at gdsys.cc wrote: > From: Dirk Eibach > > Armada 38x has 4 pci ports, not 3. > The optimization in pci_init_board() seems to assume, > that every port has 3 lanes. This is obviously wrong > and breaks support for Armada 38x. > > Signed-off-by: Dirk Eibach Looks good, so: Reviewed-by: Stefan Roese Thanks, Stefan