Skip to content

Commit ce8a78e

Browse files
P33Mpelwell
authored andcommitted
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 #7046 A simple fix is to switch to the RC-provided MSI target. Signed-off-by: Jonathan Bell <[email protected]>
1 parent beaea58 commit ce8a78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/overlays/pcie-32bit-dma-pi5-overlay.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919
#address-cells = <3>;
2020
#size-cells = <2>;
21+
msi-parent = <&pciex1>;
2122
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000
2223
0x0 0x80000000>;
2324
};

0 commit comments

Comments
 (0)