Commit 6b8b062e authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5740ea4e
../../../../arm/boot/dts/uniphier-pinctrl.dtsi
\ No newline at end of file
#include <arm/uniphier-pinctrl.dtsi>
../../../../arm/boot/dts/uniphier-ref-daughter.dtsi
\ No newline at end of file
#include <arm/uniphier-ref-daughter.dtsi>
../../../../arm/boot/dts/uniphier-support-card.dtsi
\ No newline at end of file
#include <arm/uniphier-support-card.dtsi>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment