Skip to content

Commit fdfae94

Browse files
P33Mpelwell
authored andcommitted
DT: arm: bcm2712: re-add mmio-hi ranges for pciex1
Upstream's base dts exposes a full-range 32bit MMIO window starting at a PCI bus address of 0. This causes sufficient interop annoyance to be worth permanently applying the mmio-hi property of the pciex1-compat-pi5 overlay. Signed-off-by: Jonathan Bell <[email protected]>
1 parent e85b586 commit fdfae94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,11 @@
488488
&pcie1 {
489489
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
490490
status = "disabled";
491+
ranges =
492+
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
493+
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
494+
/* 14GiB, 64-bit, prefetchable at PCIe 04_00000000 */
495+
<0x43000000 0x04 0x00000000 0x18 0x00000000 0x03 0x80000000>;
491496
};
492497

493498
&pcie2 {

0 commit comments

Comments
 (0)