提交 e8a2af69 编写于 作者: J Jens Wiklander 提交者: Jerome Forissier

arm64: dt: Add no-map to the reserved-memory node for OP-TEE for foundation-v8 **not for mainline**

All the platforms that reserve memory for OP-TEE statically via the
DT (i.e., not those that reserve it via UEFI or that patch the DT
dynamically thanks to OP-TEE's CFG_DT option) have to mark it 'no-map'
so that only the TEE driver may map it.
Signed-off-by: NJens Wiklander <jens.wiklander@linaro.org>
上级 1e8f5574
...@@ -73,6 +73,7 @@ reserved-memory { ...@@ -73,6 +73,7 @@ reserved-memory {
optee@0x83000000 { optee@0x83000000 {
reg = <0x00000000 0x83000000 0 0x01000000>; reg = <0x00000000 0x83000000 0 0x01000000>;
no-map;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册