From 00705063bc96d68476c54300bc1df65d6f556933 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 cc84293e18c793fc40a0542ea4306966cdfb1099) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3126680 Reviewed-by: Joseph Lo GVS: Gerrit_Virtual_Submit Tested-by: Joseph Lo --- optee-dts/tegra234-optee.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optee-dts/tegra234-optee.dts b/optee-dts/tegra234-optee.dts index 775604d..260fa51 100644 --- a/optee-dts/tegra234-optee.dts +++ b/optee-dts/tegra234-optee.dts @@ -130,7 +130,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>; }; };