mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Fixes: "overlay: put runtime fragments in separate overlay" Newly created overlays were created in the above patch, but the names were omitted. Add overlay-name to each new overlay. Bug 4290389 Change-Id: I3f9b8f44d3dc127f840d7e823500c026318234be Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2997389 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Gautham Srinivasan <gauthams@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
18 lines
565 B
Devicetree
18 lines
565 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
overlay-name = "Tegra234 p3768-0000+p3767-xxxx Dynamic Overlay";
|
|
};
|
|
|
|
/*
|
|
* Include this file last in the device tree. It manages run-time
|
|
* pruning of peripherals that are not available across the various
|
|
* SKUs of p3767. For example PVA can be enabled in the device tree
|
|
* and it will automatically be disabled for SKUs without PVA support.
|
|
*/
|
|
#include "tegra234-p3767-sku-handling.dtsi"
|