Skip to content

Commit beaea58

Browse files
P33Mpelwell
authored andcommitted
Revert "dtoverlays: adjust inbound windows for MIP1 on Pi 5 with 32-bit PCIe DMA"
This reverts commit a23cf5f. Signed-off-by: Jonathan Bell <[email protected]>
1 parent 5c363a3 commit beaea58

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,8 @@
1919
#address-cells = <3>;
2020
#size-cells = <2>;
2121
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000
22-
0x0 0x80000000>,
23-
<0x02000000 0x00 0xfffff000 0x10 0x00131000
24-
0x00 0x00001000>;
22+
0x0 0x80000000>;
2523
};
2624
};
2725

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-
};
3926
};

0 commit comments

Comments
 (0)