mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
arm64: tegra: Restructure Overlay device trees
Restructure the overlay device trees to have seperate files for SoC specific and board specific nodes/fragments. Change-Id: I4159d1267ca23181961955196460ade1d83811af Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2766083 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
ad95189d09
commit
3dbb1faa82
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
// Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
#include "tegra234-soc-overlay.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
|
||||||
|
};
|
||||||
@@ -1,17 +1,12 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
// Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
/plugin/;
|
/plugin/;
|
||||||
|
|
||||||
#include <dt-bindings/clock/tegra234-clock.h>
|
#include "tegra234-p3737-0000-overlay.dtsi"
|
||||||
#include <dt-bindings/clock/tegra234-clock-oot.h>
|
#include "tegra234-p3701-0000-overlay.dtsi"
|
||||||
#include <dt-bindings/reset/tegra234-reset.h>
|
|
||||||
#include <dt-bindings/reset/tegra234-reset-oot.h>
|
|
||||||
#include <dt-bindings/memory/tegra234-mc.h>
|
|
||||||
#include <dt-bindings/memory/tegra234-mc-oot.h>
|
|
||||||
#include <dt-bindings/memory/tegra234-smmu-streamid.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
overlay-name = "Add nvidia,p3737-0000+p3701-0000 Overlay Support";
|
|
||||||
compatible = "nvidia,tegra234";
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
// Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
/ {
|
||||||
|
|
||||||
|
};
|
||||||
16
arch/arm64/boot/dts/nvidia/tegra234-soc-overlay.dtsi
Normal file
16
arch/arm64/boot/dts/nvidia/tegra234-soc-overlay.dtsi
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
// Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
#include <dt-bindings/clock/tegra234-clock.h>
|
||||||
|
#include <dt-bindings/clock/tegra234-clock-oot.h>
|
||||||
|
#include <dt-bindings/reset/tegra234-reset.h>
|
||||||
|
#include <dt-bindings/reset/tegra234-reset-oot.h>
|
||||||
|
#include <dt-bindings/memory/tegra234-mc.h>
|
||||||
|
#include <dt-bindings/memory/tegra234-mc-oot.h>
|
||||||
|
#include <dt-bindings/memory/tegra234-smmu-streamid.h>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
overlay-name = "Add nvidia,p3737-0000+p3701-0000 Overlay Support";
|
||||||
|
compatible = "nvidia,tegra234";
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user