mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
nv-public: dts: Add missing kernel include file
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>
This commit is contained in:
committed by
mobile promotions
parent
cfa24fd5ab
commit
05d25c7dcd
12
include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h
Normal file
12
include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
// SPDX-FileCopyrightText: Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef _DT_BINDINGS_GA10B_FUSE_H
|
||||||
|
#define _DT_BINDINGS_GA10B_FUSE_H
|
||||||
|
|
||||||
|
#define GA10B_FUSE_OPT_GPC_DISABLE 0x288
|
||||||
|
#define GA10B_FUSE_OPT_FBP_DISABLE 0xb70
|
||||||
|
#define GA10B_FUSE_OPT_TPC_DISABLE 0x30c
|
||||||
|
|
||||||
|
#endif
|
||||||
22
include/nvidia-oot/dt-bindings/strap/tegra234-strp.h
Normal file
22
include/nvidia-oot/dt-bindings/strap/tegra234-strp.h
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
// 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
|
||||||
Reference in New Issue
Block a user