mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
21a76d3b1c
commit
8878102228
@@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-only
|
// 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
|
// This file contains the DT nodes of T234 which are not in base/tegra234.dtsi
|
||||||
|
|
||||||
@@ -15,6 +15,11 @@
|
|||||||
compatible = "android,firmware";
|
compatible = "android,firmware";
|
||||||
first_stage_delay = "1";
|
first_stage_delay = "1";
|
||||||
};
|
};
|
||||||
|
optee {
|
||||||
|
compatible = "linaro,optee-tz";
|
||||||
|
method = "smc";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|||||||
Reference in New Issue
Block a user