From 04406c221ad102d1597f8afbe9a43a41d70b6055 Mon Sep 17 00:00:00 2001 From: Sandipan Patra Date: Tue, 5 Mar 2024 18:50:51 +0000 Subject: [PATCH] device-tree: generic: Pickup DTB makefile from hardware/nvidia/t264 The path for the t264 DTS repo are hardware/nvidia/t264 Pickup the Makefiles from this new path for building DTB. Bug 4459750 Change-Id: I4d799241ab6479c7999a4dd77523d842ac6550f4 Signed-off-by: Sandipan Patra Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3089965 Tested-by: Laxman Dewangan Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit --- device-tree/platform/generic-dts/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/device-tree/platform/generic-dts/Makefile b/device-tree/platform/generic-dts/Makefile index 2915a712..e887f3a1 100644 --- a/device-tree/platform/generic-dts/Makefile +++ b/device-tree/platform/generic-dts/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: GPL-2.0-only objtree ?= $(srctree) @@ -46,12 +46,15 @@ tegra-rel-dtstree := $(rel-top-path)/hardware/nvidia DTC_INCLUDE := # SOC independent common include DTC_INCLUDE += $(tegra-dtstree)/tegra/nv-public +DTC_INCLUDE += $(tegra-dtstree)/tegra/nv-public/include/kernel # SOC T23X specific common include DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/kernel DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/nvidia-oot DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/platforms DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public +DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public/include/kernel-t264 +DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public dtb-y := dtbo-y := @@ -60,6 +63,7 @@ DTB_LIST := $(dtb-y) DTBO_LIST := $(dtbo-y) dtb-y := fdts := $(tegra-dtstree)/t23x +fdts += $(tegra-dtstree)/t264 # Add internal SOCs to scan the DT makefiles ifneq ($(internal_soc_list),)