From 561c6e65bef2d9b44625548a8bc485352a6bc0d9 Mon Sep 17 00:00:00 2001 From: Indan Zupancic Date: Mon, 25 Oct 2021 11:53:09 +0200 Subject: [PATCH] tqma8xqp1gb: Remove Linux specific memory regions seL4 can use those memory regions however it likes, it's just normal memory. Signed-off-by: Indan Zupancic --- src/plat/tqma8xqp1gb/overlay-tqma8xqp1gb.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plat/tqma8xqp1gb/overlay-tqma8xqp1gb.dts b/src/plat/tqma8xqp1gb/overlay-tqma8xqp1gb.dts index 59f8ef634..f4784a5a2 100644 --- a/src/plat/tqma8xqp1gb/overlay-tqma8xqp1gb.dts +++ b/src/plat/tqma8xqp1gb/overlay-tqma8xqp1gb.dts @@ -26,4 +26,9 @@ interrupts = < 0x00 0x50 0x04 >; status = "disabled"; }; + reserved-memory { + /* The following normal memory regions are Linux specific. */ + /delete-node/ dsp@92400000; + /delete-node/ linux,cma; + }; };