mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
dtoverlays: make pcie-32bit-dma-pi5 select internal MSI target
Adding a second inbound bridge window at <4GB for the MIP causes SWIOTLB allocations to overflow/fail. See tail of https://github.com/raspberrypi/linux/issues/7046 A simple fix is to switch to the RC-provided MSI target. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
6045bc92f0
commit
9b1e5cf8e9
@@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
#address-cells = <3>;
|
#address-cells = <3>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
|
msi-parent = <&pciex1>;
|
||||||
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000
|
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000
|
||||||
0x0 0x80000000>;
|
0x0 0x80000000>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user