提交 d5d332d3 编写于 作者: O Olof Johansson

devicetree: Move include prefixes from arch to separate directory

We use a directory under arch/$ARCH/boot/dts as an include path
that has links outside of the subtree to find dt-bindings from under
include/dt-bindings. That's been working well, but new DT architectures
haven't been adding them by default.

Recently there's been a desire to share some of the DT material between
arm and arm64, which originally caused developers to create symlinks or
relative includes between the subtrees. This isn't ideal -- it breaks
if the DT files aren't stored in the exact same hierarchy as the kernel
tree, and generally it's just icky.

As a somewhat cleaner solution we decided to add a $ARCH/ prefix link
once, and allow DTS files to reference dtsi (and dts) files in other
architectures that way.

Original approach was to create these links under each architecture,
but it lead to the problem of recursive symlinks.

As a remedy, move the include link directories out of the architecture
trees into a common location. At the same time, they can now share one
directory and one dt-bindings/ link as well.

Fixes: 4027494a ('ARM: dts: add arm/arm64 include symlinks')
Reported-by: NRussell King <linux@armlinux.org.uk>
Reported-by: NOmar Sandoval <osandov@osandov.com>
Reviewed-by: NHeiko Stuebner <heiko@sntech.de>
Reviewed-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: NHeiko Stuebner <heiko@sntech.de>
Acked-by: NRob Herring <robh@kernel.org>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: linux-arch <linux-arch@vger.kernel.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 5252d737
..
\ No newline at end of file
../../../../arm64/boot/dts
\ No newline at end of file
../../../../../include/dt-bindings
\ No newline at end of file
../../../../arm/boot/dts
\ No newline at end of file
../../../../../include/dt-bindings
\ No newline at end of file
../../../../../include/dt-bindings
\ No newline at end of file
../../../../../include/dt-bindings
\ No newline at end of file
../../../../../include/dt-bindings
\ No newline at end of file
../../../../../include/dt-bindings
\ No newline at end of file
......@@ -175,7 +175,7 @@ ld_flags = $(LDFLAGS) $(ldflags-y)
dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
-I$(srctree)/arch/$(SRCARCH)/boot/dts \
-I$(srctree)/arch/$(SRCARCH)/boot/dts/include \
-I$(srctree)/scripts/dtc/include-prefixes \
-I$(srctree)/drivers/of/testcase-data \
-undef -D__DTS__
......
../../../arch/arc/boot/dts
\ No newline at end of file
../../../arch/arm/boot/dts
\ No newline at end of file
../../../arch/arm64/boot/dts
\ No newline at end of file
../../../arch/c6x/boot/dts
\ No newline at end of file
../../../arch/cris/boot/dts
\ No newline at end of file
../../../include/dt-bindings
\ No newline at end of file
../../../arch/h8300/boot/dts
\ No newline at end of file
../../../arch/metag/boot/dts
\ No newline at end of file
../../../arch/microblaze/boot/dts
\ No newline at end of file
../../../arch/mips/boot/dts
\ No newline at end of file
../../../arch/nios2/boot/dts
\ No newline at end of file
../../../arch/openrisc/boot/dts
\ No newline at end of file
../../../arch/powerpc/boot/dts
\ No newline at end of file
../../../arch/sh/boot/dts
\ No newline at end of file
../../../arch/xtensa/boot/dts
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册