Skip to content

Commit 1440b98

Browse files
arch: arm64: dts: bcm2712: For testing only, increase IOMMU space to 4GB
For a test, increase IOMMU IOVA space to 4GB for the ISP-FE/PCIe1 and RP1 (ISP-BE) IOMMUs. DO NOT MERGE Signed-off-by: Nick Hollinghurst <[email protected]>
1 parent 299a787 commit 1440b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
compatible = "brcm,bcm2712-iommu";
286286
reg = <0x10 0x5100 0x0 0x80>;
287287
cache = <&iommuc>;
288+
aperture-size = <0x1 0x00000000>; // EXPERIMENTALLY, increase this to 4GB
288289
#iommu-cells = <0>;
289290
};
290291

@@ -303,6 +304,7 @@
303304
reg = <0x10 0x5280 0x0 0x80>;
304305
cache = <&iommuc>;
305306
#iommu-cells = <0>;
307+
aperture-size = <0x1 0x00000000>; // EXPERIMENTALLY, increase this to 4GB
306308
dma-iova-offset = <0x10 0x00000000>; // HACK for RP1 masters over PCIe
307309
};
308310

0 commit comments

Comments
 (0)