From: Laurentiu Mihalcea <[email protected]> Remove the reserved memory regions that are common to the MX95-19x19-EVK, MX95-15x15-FRDM, and MX95-15x15-EVK platforms and are used for remoteproc. At the moment, these regions are not used for anything and can be included in an RPMSG-specific DTS.
Signed-off-by: Laurentiu Mihalcea <[email protected]> --- .../boot/dts/freescale/imx95-15x15-frdm.dts | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts index 0f43e3be7058..f9b0e266754d 100644 --- a/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts +++ b/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts @@ -188,16 +188,6 @@ linux_cma: linux,cma { linux,cma-default; }; - vdev0vring0: memory@88000000 { - reg = <0 0x88000000 0 0x8000>; - no-map; - }; - - vdev0vring1: memory@88008000 { - reg = <0 0x88008000 0 0x8000>; - no-map; - }; - vdev1vring0: memory@88010000 { reg = <0 0x88010000 0 0x8000>; no-map; @@ -208,17 +198,6 @@ vdev1vring1: memory@88018000 { no-map; }; - vdevbuffer: memory@88020000 { - compatible = "shared-dma-pool"; - reg = <0 0x88020000 0 0x100000>; - no-map; - }; - - rsc_table: memory@88220000 { - reg = <0 0x88220000 0 0x1000>; - no-map; - }; - vpu_boot: memory@a0000000 { reg = <0 0xa0000000 0 0x100000>; no-map; -- 2.43.0

