From f1ef7ee317572bba0ad6c3edb95cc159cda620dc Mon Sep 17 00:00:00 2001 From: Mikko Perttunen Date: Fri, 18 Nov 2022 13:52:32 +0200 Subject: [PATCH] device-tree: Use Host1x DT version 2 on nvidia-oot platforms Use DT version 2, or upstream(ish) version on nvidia-oot platforms Signed-off-by: Mikko Perttunen Change-Id: I90f6e63286ba20d1215710f9607c9b27a0349b17 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2808735 Reviewed-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- device-tree/platform/generic-dts/Makefile | 2 +- device-tree/platform/legacy-dts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-tree/platform/generic-dts/Makefile b/device-tree/platform/generic-dts/Makefile index 8eb957ef..b8b915ae 100644 --- a/device-tree/platform/generic-dts/Makefile +++ b/device-tree/platform/generic-dts/Makefile @@ -13,7 +13,7 @@ include $(oottree)/scripts/Makefile.lib DTC_CPP_FLAGS += $(EXTRA_CPP_FLAGS) -DTC_CPP_FLAGS += -DLINUX_VERSION=515 -DTEGRA_HOST1X_DT_VERSION=1 +DTC_CPP_FLAGS += -DLINUX_VERSION=515 -DTEGRA_HOST1X_DT_VERSION=2 ifneq ($(TEGRA_TOP),) SOURCE_TOP := $(TEGRA_TOP) diff --git a/device-tree/platform/legacy-dts/Makefile b/device-tree/platform/legacy-dts/Makefile index 26b949af..66fae02c 100644 --- a/device-tree/platform/legacy-dts/Makefile +++ b/device-tree/platform/legacy-dts/Makefile @@ -13,7 +13,7 @@ include $(oottree)/scripts/Makefile.lib DTC_CPP_FLAGS += $(EXTRA_CPP_FLAGS) -DTC_CPP_FLAGS += -DLINUX_VERSION=515 -DTEGRA_HOST1X_DT_VERSION=1 +DTC_CPP_FLAGS += -DLINUX_VERSION=515 -DTEGRA_HOST1X_DT_VERSION=2 ifneq ($(TEGRA_TOP),) SOURCE_TOP := $(TEGRA_TOP)