Re: [PATCH] pci: xilinx: Enable MMIO region

2023-11-02 Thread Michal Simek
On 11/2/23 09:23, Mayuresh Chitale wrote: The host bridge MMIO region is disabled by default due to which MMIO accesses cause an exception. Fix it by setting the bridge enable bit. This change is ported from the linux pcie-xilinx driver. Signed-off-by: Mayuresh Chitale --- drivers/pci/pci

[PATCH] pci: xilinx: Enable MMIO region

2023-11-02 Thread Mayuresh Chitale
The host bridge MMIO region is disabled by default due to which MMIO accesses cause an exception. Fix it by setting the bridge enable bit. This change is ported from the linux pcie-xilinx driver. Signed-off-by: Mayuresh Chitale --- drivers/pci/pcie_xilinx.c | 8 1 file changed, 8 inse