1
0
Fork 0

arm64: dts: uniphier: use cross-arch include instead of symlinks

On UniPhier platform, some DTSI files are shared between arm and arm64.
Recently, inclusion of DT material of different architectures has been
supported by the build system level.  Use #include <arm/...>, which
will work without relying on the exact same hierarchy as the kernel.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
hifive-unleashed-5.1
Masahiro Yamada 2017-08-10 01:43:29 +09:00
parent 5740ea4e7b
commit 6b8b062ead
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
../../../../arm/boot/dts/uniphier-pinctrl.dtsi

View File

@ -0,0 +1 @@
#include <arm/uniphier-pinctrl.dtsi>

View File

@ -1 +0,0 @@
../../../../arm/boot/dts/uniphier-ref-daughter.dtsi

View File

@ -0,0 +1 @@
#include <arm/uniphier-ref-daughter.dtsi>

View File

@ -1 +0,0 @@
../../../../arm/boot/dts/uniphier-support-card.dtsi

View File

@ -0,0 +1 @@
#include <arm/uniphier-support-card.dtsi>