summaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorDavidson K <davidson.kumaresan@arm.com>2022-12-14 17:38:14 +0530
committerdavidson kumaresan <davidson.kumaresan@arm.com>2022-12-20 12:01:05 +0100
commit2fff46c80fe4aa27cd55ad4bfbe43c3823095259 (patch)
tree772fc430637cf2564357f226831f36aa1a1e943e /fdts
parented80eab6a686ce1042300cfbdb90e13366aa08d4 (diff)
downloadarm-trusted-firmware-2fff46c80fe4aa27cd55ad4bfbe43c3823095259.tar.gz
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 <davidson.kumaresan@arm.com>
Diffstat (limited to 'fdts')
-rw-r--r--fdts/tc.dts2
1 files changed, 1 insertions, 1 deletions
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;
};
};