mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Add missing include file for automotive DTB. Bug 4355701 Change-Id: I26436ec9b6c39283752bb9f7ba1ac31c11847c54 Signed-off-by: Hyong Bin Kim <hyongbink@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3122877 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Suresh Venkatachalam <skathirampat@nvidia.com>
23 lines
556 B
C
23 lines
556 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
// SPDX-FileCopyrightText: Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
|
|
#ifndef BPMP_ABI_MACH_T234_STRAP_H
|
|
#define BPMP_ABI_MACH_T234_STRAP_H
|
|
|
|
/**
|
|
* @file
|
|
* @defgroup bpmp_reset_ids Reset ID's
|
|
* @brief Identifiers for Resets controllable by firmware
|
|
* @{
|
|
*/
|
|
|
|
#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_GPC 1U
|
|
#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_FBP 2U
|
|
#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_TPC_GPC0 3U
|
|
#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_TPC_GPC1 4U
|
|
|
|
/** @} */
|
|
|
|
#endif
|