From 8911855f7b07ba7f592f73850e551802ae40601d Mon Sep 17 00:00:00 2001 From: vauban353 Date: Sat, 5 Nov 2022 17:47:50 +0000 Subject: [PATCH 2/8] PCIe: Change controller and bridge base address. --- drivers/pci/controller/pcie-microchip-host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/controller/pcie-microchip-host.c b/drivers/pci/controller/pcie-microchip-host.c index 56306f514..b1b3b7820 100644 --- a/drivers/pci/controller/pcie-microchip-host.c +++ b/drivers/pci/controller/pcie-microchip-host.c @@ -26,8 +26,8 @@ #define MC_ATT_MASK GENMASK_ULL(63, 31) /* PCIe Bridge Phy and Controller Phy offsets */ -#define MC_PCIE1_BRIDGE_ADDR 0x00008000u -#define MC_PCIE1_CTRL_ADDR 0x0000a000u +#define MC_PCIE1_BRIDGE_ADDR 0x00004000u +#define MC_PCIE1_CTRL_ADDR 0x00006000u #define MC_PCIE_BRIDGE_ADDR (MC_PCIE1_BRIDGE_ADDR) #define MC_PCIE_CTRL_ADDR (MC_PCIE1_CTRL_ADDR) -- 2.39.2