From: Laurentiu Mihalcea <[email protected]> Remove some of the remoteproc reserved memory regions, which are currently not being used for anything. These will be added in the DT overlay enabling remoteproc support for this board.
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

