mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ar71xx: use ar71xx_pci_fixup on ar71xx SoCs only
SVN-Revision: 17807
This commit is contained in:
parent
2e09669095
commit
0757fee42d
@ -38,6 +38,7 @@
|
||||
|
||||
static void __iomem *ar71xx_pcicfg_base;
|
||||
static DEFINE_SPINLOCK(ar71xx_pci_lock);
|
||||
static int ar71xx_pci_fixup_enable;
|
||||
|
||||
static inline void ar71xx_pci_delay(void)
|
||||
{
|
||||
@ -228,6 +229,9 @@ static void ar71xx_pci_fixup(struct pci_dev *dev)
|
||||
{
|
||||
u32 t;
|
||||
|
||||
if (!ar71xx_pci_fixup_enable)
|
||||
return;
|
||||
|
||||
if (dev->bus->number != 0 || dev->devfn != 0)
|
||||
return;
|
||||
|
||||
@ -321,6 +325,7 @@ int __init ar71xx_pcibios_init(void)
|
||||
/* clear bus errors */
|
||||
(void)ar71xx_pci_be_handler(1);
|
||||
|
||||
ar71xx_pci_fixup_enable = 1;
|
||||
register_pci_controller(&ar71xx_pci_controller);
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user