We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918087f commit 4610591Copy full SHA for 4610591
1 file changed
arch/arm/boot/dts/overlays/pcie-32bit-dma-pi5-overlay.dts
@@ -19,21 +19,8 @@
19
#address-cells = <3>;
20
#size-cells = <2>;
21
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000
22
- 0x0 0x80000000>,
23
- <0x02000000 0x00 0xfffff000 0x10 0x00131000
24
- 0x00 0x00001000>;
+ 0x0 0x80000000>;
25
};
26
27
28
- fragment@1 {
29
- target = <&mip1>;
30
- __overlay__ {
31
- /*
32
- * The MIP driver uses the reg property to derive the target
33
- * address for MSI writes - place this below 4GB.
34
- */
35
- reg = <0x10 0x00131000 0x00 0xc0>,
36
- <0x00 0xfffff000 0x00 0x1000>;
37
- };
38
39
0 commit comments