diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-15 10:50:00 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-20 10:38:23 +0200 |
commit | 623d8c095cb3351564d4dd8e3b449163a07cbd47 (patch) | |
tree | e48b6d6674d97576063ed257b1fe9734673ad4e3 | |
parent | a27b49b8afd41d53ab2429ebb122b78a4201fa0d (diff) | |
download | linux-623d8c095cb3351564d4dd8e3b449163a07cbd47.tar.gz linux-623d8c095cb3351564d4dd8e3b449163a07cbd47.tar.bz2 linux-623d8c095cb3351564d4dd8e3b449163a07cbd47.zip |
arm64: allwinner: h5: Remove syslink to shared DTSI
The arm64 H5 and arm H3 SoCs share roughly the same base, and therefore
share a significant part of their device tree.
The approach we took was to add a symlink from the arm64 DTSI to the arm
DTSI.
Now that the arm DT folder is exposed in the include path, we can just use
it and remove our symlink.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 2 | ||||
l--------- | arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi index 4d314a253fd9..732e2e06f503 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi @@ -40,7 +40,7 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include "sunxi-h3-h5.dtsi" +#include <arm/sunxi-h3-h5.dtsi> / { cpus { diff --git a/arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi b/arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi deleted file mode 120000 index 036f01dc2b9b..000000000000 --- a/arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi +++ /dev/null @@ -1 +0,0 @@ -../../../../arm/boot/dts/sunxi-h3-h5.dtsi
\ No newline at end of file |