From e658a56460f47e06cda37d300a0717bf85a87241 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sun, 24 Apr 2022 08:47:24 +0000 Subject: [PATCH] DTS: Add empty overlay DTS file as placeholder Add empty overlay DTS file as placeholder and enable the build and flashing. The build will generate the respective DTBO file and it is flashed into the DTBO partition. Bug 3614924 Change-Id: I01ab9ce90b24a78f25eb442a14166e9f272b070e Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2702020 GVS: Gerrit_Virtual_Submit Reviewed-by: Suresh Mangipudi Reviewed-by: Krishna Yarlagadda --- arch/arm64/boot/dts/nvidia/Makefile | 3 +++ .../nvidia/tegra194-p3509-0000+p3668-0001-overlay.dts | 9 +++++++++ .../nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100644 arch/arm64/boot/dts/nvidia/Makefile create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001-overlay.dts create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts diff --git a/arch/arm64/boot/dts/nvidia/Makefile b/arch/arm64/boot/dts/nvidia/Makefile new file mode 100644 index 00000000..111dbbfd --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 +dtbo-y += tegra194-p3509-0000+p3668-0001-overlay.dtbo +dtbo-y += tegra234-p3737-0000+p3701-0000-overlay.dtbo diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001-overlay.dts b/arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001-overlay.dts new file mode 100644 index 00000000..5b5cc503 --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001-overlay.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 + +/dts-v1/; +/plugin/; + +/ { + overlay-name = "Add p3509-0000+p3668-0001 Overlay Support"; + compatible = "nvidia,tegra194"; +}; diff --git a/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts b/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts new file mode 100644 index 00000000..8301c720 --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 + +/dts-v1/; +/plugin/; + +/ { + overlay-name = "Add nvidia,p3737-0000+p3701-0000 Overlay Support"; + compatible = "nvidia,tegra234"; +};