/* * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this software and related documentation without an express * license agreement from NVIDIA CORPORATION is strictly prohibited. */ #ifndef BPMP_ABI_MACH_T234_POWERGATE_T234_H #define BPMP_ABI_MACH_T234_POWERGATE_T234_H /** * @file * @defgroup bpmp_pdomain_ids Power Domain ID's * This is a list of power domain IDs provided by the firmware. * @{ */ #define TEGRA234_POWER_DOMAIN_DISP 3U #endif