mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
This CL creates a dtsi file for display related nodes (dce/display) It also cretes a dtsi file for dcb display blob. Bug 3713048 Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Change-Id: I549fd9d78cd4e771d6b8fd893a2d43f2cff83f75 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2795787 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
23 lines
711 B
C
23 lines
711 B
C
/*
|
|
* 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
|