]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: add arm/arm64 include symlinks
authorHeiko Stuebner <heiko@sntech.de>
Sun, 26 Feb 2017 06:00:58 +0000 (07:00 +0100)
committerOlof Johansson <olof@lixom.net>
Wed, 22 Mar 2017 00:21:28 +0000 (17:21 -0700)
Allow including of dtsi files in an architecture-independent manner.
Some dtsi files may be shared between architectures and one suggestion
was to have symlinks and let these includes get accessed via a
    #include <arm64/foo.dtsi>
So add the necessary symlinks for arm32.

Suggested-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/include/arm [new symlink]
arch/arm64/boot/dts/include/arm64 [new symlink]

diff --git a/arch/arm64/boot/dts/include/arm b/arch/arm64/boot/dts/include/arm
new file mode 120000 (symlink)
index 0000000..cf63d80
--- /dev/null
@@ -0,0 +1 @@
+../../../../arm/boot/dts
\ No newline at end of file
diff --git a/arch/arm64/boot/dts/include/arm64 b/arch/arm64/boot/dts/include/arm64
new file mode 120000 (symlink)
index 0000000..a96aa0e
--- /dev/null
@@ -0,0 +1 @@
+..
\ No newline at end of file