mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +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 bf88598879d3f84fb6a98a4ea85e60ab35ec45dc) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3091331 Reviewed-by: Mark Zhang <markz@nvidia.com> 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
0c1f3d18c4
commit
cc84293e18
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* 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/;
|
/dts-v1/;
|
||||||
@@ -83,7 +83,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