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
925 B
Diff
28 lines
925 B
Diff
From 4c14a137c399cbdb29d121b6dcdc395976e38579 Mon Sep 17 00:00:00 2001
|
|
From: vauban353 <vauban353@gmail.com>
|
|
Date: Fri, 25 Oct 2024 09:17:26 +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 4030a2bb0..1aa8aca7e 100644
|
|
--- a/drivers/pci/controller/pcie-microchip-host.c
|
|
+++ b/drivers/pci/controller/pcie-microchip-host.c
|
|
@@ -27,8 +27,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
|
|
|
|
/* PCIe Bridge Phy Regs */
|
|
#define PCIE_PCI_IRQ_DW0 0xa8
|
|
--
|
|
2.39.2
|
|
|