mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
It is unnecessary to spell out license text when we are using SPDX license identifiers. Change-Id: I902e18a413126f4dddb0cbb1fb5c0e0de385d2a1 Signed-off-by: Chris Dragan <kdragan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892356 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
12 lines
200 B
Devicetree
12 lines
200 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
/* Copyright (c) 2015-2023, NVIDIA CORPORATION. All rights reserved. */
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
mods {
|
|
compatible = "nvidia,tegra-mods";
|
|
status = "okay";
|
|
};
|
|
};
|