nv-public: add OP-TEE DT node for android

Bug 4299081

Signed-off-by: Robert Huang <robhuang@nvidia.com>
Change-Id: Ibc7545613275b55bebedb2684b5f5c21cc2572d1
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3011758
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Yijun Zhou <yijunz@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Robert Huang
2023-11-07 08:50:09 +00:00
committed by mobile promotions
parent 21a76d3b1c
commit 8878102228

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
//
// This file contains the DT nodes of T234 which are not in base/tegra234.dtsi
@@ -15,6 +15,11 @@
compatible = "android,firmware";
first_stage_delay = "1";
};
optee {
compatible = "linaro,optee-tz";
method = "smc";
status = "okay";
};
};
chosen {