Skip to content

Commit 54db4b2

Browse files
committed
ARM: dts: Expand PCIe space on BCM2711
Attempts to connect external GPUs to Compute Module 4's PCIe bus have highlighted that the existing "outbound window" - the fraction of the PCI address base that is appears in the host's memory map - is restrictively small. Expand the window to a full 1GB. See: https://www.raspberrypi.org/forums/viewtopic.php?f=98&t=288902 Signed-off-by: Phil Elwell <[email protected]>
1 parent a259736 commit 54db4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/bcm2711.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@
503503
msi-controller;
504504
msi-parent = <&pcie0>;
505505

506-
ranges = <0x02000000 0x0 0xf8000000 0x6 0x00000000
507-
0x0 0x04000000>;
506+
ranges = <0x02000000 0x0 0xc0000000 0x6 0x00000000
507+
0x0 0x40000000>;
508508
/*
509509
* The wrapper around the PCIe block has a bug
510510
* preventing it from accessing beyond the first 3GB of

0 commit comments

Comments
 (0)