aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-11-17 14:12:33 +0000
committerAmit Daniel Kachhap <amit.kachhap@arm.com>2018-07-10 16:23:33 +0530
commit0da7ab412e8bcc9f83f19230d22dd4b73f1ed374 (patch)
treee4e8e4f9bb05452b07ba6130b0673d81a7b78702
parent1d4f995b25c91b899f91af051ab78fc3d02a7058 (diff)
arm: dts: fvp: Add links to device-tree for FVP_Base_AEMv8A-AEMv8A
This FVP can be run with CPUs set to 32-bit mode, so add links to the arm64 device-trees so be can easily build 32-bit kernels for that scenario. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/boot/dts/Makefile1
l---------arch/arm/boot/dts/fvp-base-aemv8a-aemv8a.dts1
l---------arch/arm/boot/dts/fvp-base.dtsi1
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 7e2424957809..69babcf335d0 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -1071,6 +1071,7 @@ dtb-$(CONFIG_ARCH_VERSATILE) += \
versatile-ab-ib2.dtb \
versatile-pb.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += \
+ fvp-base-aemv8a-aemv8a.dtb \
vexpress-v2p-ca5s.dtb \
vexpress-v2p-ca9.dtb \
vexpress-v2p-ca15-tc1.dtb \
diff --git a/arch/arm/boot/dts/fvp-base-aemv8a-aemv8a.dts b/arch/arm/boot/dts/fvp-base-aemv8a-aemv8a.dts
new file mode 120000
index 000000000000..4f545027a7b4
--- /dev/null
+++ b/arch/arm/boot/dts/fvp-base-aemv8a-aemv8a.dts
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts \ No newline at end of file
diff --git a/arch/arm/boot/dts/fvp-base.dtsi b/arch/arm/boot/dts/fvp-base.dtsi
new file mode 120000
index 000000000000..9cb4e3c1cbf1
--- /dev/null
+++ b/arch/arm/boot/dts/fvp-base.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/fvp-base.dtsi \ No newline at end of file