From 337bfdce5aa52637b482b182db959b9bb058f4b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=2E=20Neusch=C3=A4fer?= Date: Thu, 5 Dec 2024 18:22:00 +0100 Subject: [PATCH] powerpc: Support using upstream devicetrees MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For new PowerPC developments, it will be useful to borrow devicetrees from Linux. This patch makes it possible. Signed-off-by: J. Neuschäfer Reviewed-by: Sumit Garg --- dts/upstream/src/powerpc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dts/upstream/src/powerpc/Makefile diff --git a/dts/upstream/src/powerpc/Makefile b/dts/upstream/src/powerpc/Makefile new file mode 100644 index 00000000000..721ec5cb229 --- /dev/null +++ b/dts/upstream/src/powerpc/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ + +include $(srctree)/scripts/Makefile.dts + +# Add any required device tree compiler flags here +DTC_FLAGS += -- 2.39.5