mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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 cc84293e18)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3126680
Reviewed-by: Joseph Lo <josephl@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Tested-by: Joseph Lo <josephl@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9394fdfa56
commit
00705063bc
@@ -130,7 +130,7 @@
|
|||||||
/* MB2 will fill the address and size. */
|
/* MB2 will fill the address and size. */
|
||||||
tpm-event-log@0 {
|
tpm-event-log@0 {
|
||||||
compatible = "arm,tpm_event_log";
|
compatible = "arm,tpm_event_log";
|
||||||
tpm_event_log_sm_addr = <0x0 0x0>;
|
tpm_event_log_addr = <0x0 0x0>;
|
||||||
tpm_event_log_size = <0x0>;
|
tpm_event_log_size = <0x0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user