mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
662d1f9f8d
Removed upstreamed:
generic/backport-5.10/350-v5.18-MIPS-pgalloc-fix-memory-leak-caused-by-pgd_free.patch
generic/pending-5.10/850-0014-PCI-aardvark-Fix-reading-PCI_EXP_RTSTA_PME-bit-on-em.patch
ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Compile-/run-tested: ath79/generic (Archer C7 v2).
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[rebased in 22.03 tree]
Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit b92ec82235
)
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From f78a15dcaf63a5ad478670fd1d52d85261e88f37 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 26 Oct 2020 10:35:43 +0000
|
|
Subject: [PATCH] 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 <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/bcm2711.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
|
@@ -560,8 +560,8 @@
|
|
msi-controller;
|
|
msi-parent = <&pcie0>;
|
|
|
|
- ranges = <0x02000000 0x0 0xf8000000 0x6 0x00000000
|
|
- 0x0 0x04000000>;
|
|
+ ranges = <0x02000000 0x0 0xc0000000 0x6 0x00000000
|
|
+ 0x0 0x40000000>;
|
|
/*
|
|
* The wrapper around the PCIe block has a bug
|
|
* preventing it from accessing beyond the first 3GB of
|