blob: 5374c021384d0bc9e6629369efe9862b89003ce4 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001From 37fd6f3c18015bcad2c099bf9269e72140e55557 Mon Sep 17 00:00:00 2001
2From: Davidson K <davidson.kumaresan@arm.com>
3Date: Wed, 12 Jan 2022 17:14:03 +0530
4Subject: [PATCH] Fix optee UUID
5
6Upstream-Status: Backport [https://github.com/OP-TEE/optee_os/commit/a9a8e483b6ff7f6e40c5ed95310a18e0bd1993c3#diff-2a310f8cc43d961b2efc05ac1619521653ba8977ff5e6dc5bb89754fd60fe954]
7Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
8---
9 core/arch/arm/plat-totalcompute/fdts/optee_sp_manifest.dts | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/core/arch/arm/plat-totalcompute/fdts/optee_sp_manifest.dts b/core/arch/arm/plat-totalcompute/fdts/optee_sp_manifest.dts
13index 04847c4d..3b76fc7d 100644
14--- a/core/arch/arm/plat-totalcompute/fdts/optee_sp_manifest.dts
15+++ b/core/arch/arm/plat-totalcompute/fdts/optee_sp_manifest.dts
16@@ -14,7 +14,7 @@
17 /* Properties */
18 description = "op-tee";
19 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
20- uuid = <0x486178e0 0xe7f811e3 0xbc5e0002 0xa5d5c51b>;
21+ uuid = <0xe0786148 0xe311f8e7 0x02005ebc 0x1bc5d5a5>;
22 id = <1>;
23 execution-ctx-count = <8>;
24 exception-level = <2>; /* S-EL1 */
25--
262.17.1
27