You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
964 B
Diff
28 lines
964 B
Diff
From a9ba71fb483fdacbc4f0d1d3ab2ec3013cc69f17 Mon Sep 17 00:00:00 2001
|
|
From: vauban353 <vauban353@gmail.com>
|
|
Date: Sat, 5 Nov 2022 17:47:50 +0000
|
|
Subject: [PATCH] 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 4b37b3403b85..04ca330f643d 100644
|
|
--- a/drivers/pci/controller/pcie-microchip-host.c
|
|
+++ b/drivers/pci/controller/pcie-microchip-host.c
|
|
@@ -24,8 +24,8 @@
|
|
#define MC_NUM_MSI_IRQS_CODED 5
|
|
|
|
/* 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.25.1
|
|
|