UPSTREAM: PCI: rockchip: split out rockchip_cfg_atu
[firefly-linux-kernel-4.4.55.git] / drivers / pci / msi.c
index 7eaa4c87fec71c8dd792ccffc919b322711d91dd..10a6a8e5db887bbeb67b7c6adb5e0233ac0d724f 100644 (file)
@@ -1278,6 +1278,8 @@ struct irq_domain *pci_msi_create_irq_domain(struct fwnode_handle *fwnode,
        if (info->flags & MSI_FLAG_USE_DEF_CHIP_OPS)
                pci_msi_domain_update_chip_ops(info);
 
+       info->flags |= MSI_FLAG_ACTIVATE_EARLY;
+
        domain = msi_create_irq_domain(fwnode, info, parent);
        if (!domain)
                return NULL;