From cc84293e18c793fc40a0542ea4306966cdfb1099 Mon Sep 17 00:00:00 2001 From: Joseph Lo Date: Thu, 7 Mar 2024 18:17:22 +0800 Subject: [PATCH] t23x: optee-dts: Fix the TPM event log addr DT After migrating OP-TEE DT memory to TZDRAM, we enabled CFG_MAP_EXT_DT_SECURE in the OP-TEE OS that needs to use the property name "tpm_event_log_addr" instead of "tpm_event_log_sm_addr" to make it work correctly. So fix it accordingly. Bug 4013192 Bug 3960022 Change-Id: I039011998b690f3ed057da13107744f0efeee48f Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/t23x/+/2934220 (cherry picked from commit bf88598879d3f84fb6a98a4ea85e60ab35ec45dc) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3091331 Reviewed-by: Mark Zhang Reviewed-by: Joseph Lo GVS: Gerrit_Virtual_Submit Tested-by: Joseph Lo --- optee-dts/tegra234-optee.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optee-dts/tegra234-optee.dts b/optee-dts/tegra234-optee.dts index 0f80678..9853b8a 100644 --- a/optee-dts/tegra234-optee.dts +++ b/optee-dts/tegra234-optee.dts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved. */ /dts-v1/; @@ -83,7 +83,7 @@ /* MB2 will fill the address and size. */ tpm-event-log@0 { compatible = "arm,tpm_event_log"; - tpm_event_log_sm_addr = <0x0 0x0>; + tpm_event_log_addr = <0x0 0x0>; tpm_event_log_size = <0x0>; }; };