mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
device-tree: generic: Add include path for Jetson-IO overlays
There are platform specific overlays that can be applied by Jetson-IO tool. Basically these overlays bring up additional functionality on a given GPIO expansion header on the platform. These platform specific overlays in turn depend on some of the common overlays and dt-binding headers. Add these paths to enable build of Jetson-IO overlays. Bug 4161664 Change-Id: Ia69df6e7e2c9555b151520ddec5ec9c75e6c1cb2 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2924006 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
fbcd05f070
commit
1a471a12b5
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
objtree = $(srctree)
|
objtree = $(srctree)
|
||||||
@@ -45,10 +45,12 @@ tegra-rel-dtstree := $(rel-top-path)/hardware/nvidia
|
|||||||
|
|
||||||
DTC_INCLUDE :=
|
DTC_INCLUDE :=
|
||||||
# SOC independent common include
|
# SOC independent common include
|
||||||
|
DTC_INCLUDE += $(tegra-dtstree)/tegra/nv-public
|
||||||
|
|
||||||
# SOC T23X specific common include
|
# SOC T23X specific common include
|
||||||
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/kernel
|
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/nvidia-oot
|
||||||
|
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/platforms
|
||||||
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public
|
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public
|
||||||
|
|
||||||
dtb-y :=
|
dtb-y :=
|
||||||
|
|||||||
Reference in New Issue
Block a user