diff --git a/include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h b/include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h new file mode 100644 index 0000000..1a04000 --- /dev/null +++ b/include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h @@ -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