• Marek Behun's avatar
    pci: pci_mvebu: set BAR0 after memory space is set · 038a108b
    Marek Behun authored
    
    
    The non-DM version of this driver used to set BAR0 register after the
    calls to pci_set_region.
    I found out that for some strange reason the ath10k driver in kernel
    fails to work if this is done the other way around.
    I know that Linux's driver should not depend on how U-Boot does things,
    but for some strange reason it does and this seems to be the simplest
    solution. Fix it since it caused regressions on Omnia.
    
    Signed-off-by: Marek Behun's avatarMarek Behún <marek.behun@nic.cz>
    Cc: Stefan Roese <sr@denx.de>
    Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
    Cc: Mario Six <mario.six@gdsys.cc>
    Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
    Cc: Phil Sutter <phil@nwl.cc>
    Cc: VlaoMao <vlaomao@gmail.com>
    038a108b