From: Davidson K Date: Wed, 14 Dec 2022 12:08:14 +0000 (+0530) Subject: fix(tc): change the properties of optee reserved memory X-Git-Tag: baikal/aarch64/sdk5.10~1^2~291^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=2fff46c80fe4aa27cd55ad4bfbe43c3823095259;p=arm-tf.git fix(tc): change the properties of optee reserved memory make it part of the restricted dma pool to ensure it is not used for general dma operations. Change-Id: Ia14738de70b4d7719d7460ed8d16e727aea8d8c4 Signed-off-by: Davidson K --- diff --git a/fdts/tc.dts b/fdts/tc.dts index 73cbf1cbf..fdde0153f 100644 --- a/fdts/tc.dts +++ b/fdts/tc.dts @@ -214,8 +214,8 @@ }; optee@0xfce00000 { + compatible = "restricted-dma-pool"; reg = <0x00000000 0xfce00000 0 0x00200000>; - no-map; }; };