mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
dtb: disp: Add display node to concord overlay dtb
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>
This commit is contained in:
committed by
mobile promotions
parent
ddd988fbf6
commit
f23cc48733
@@ -86,6 +86,8 @@
|
||||
#define TEGRA234_CLK_EXTPERIPH3 38U
|
||||
/** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_EXTPERIPH4 */
|
||||
#define TEGRA234_CLK_EXTPERIPH4 39U
|
||||
/** @brief output of gate CLK_ENB_FUSE */
|
||||
#define TEGRA234_CLK_FUSE 40U
|
||||
/** @brief output of GPU GPC0 clkGen (in 1x mode same rate as GPC0 MUX2 out) */
|
||||
#define TEGRA234_CLK_GPC0CLK 41U
|
||||
/** @brief TODO */
|
||||
|
||||
22
include/dt-bindings/soc/tegra234-powergate.h
Normal file
22
include/dt-bindings/soc/tegra234-powergate.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user