aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-01-27 17:01:47 +0000
committerAmit Daniel Kachhap <amit.kachhap@arm.com>2018-07-10 15:40:35 +0530
commitbddadac753abbb2e7f2966c92c15c30f5678f5aa (patch)
treea46a6437fb8f28a40eac61826a77c76772e28ea7
parent6ccf2d74976456a501e255a43411d77a367e575a (diff)
arm: dts: juno: Add links to device-trees for Juno
Juno 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: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/boot/dts/Makefile3
l---------arch/arm/boot/dts/juno-base.dtsi1
l---------arch/arm/boot/dts/juno-clocks.dtsi1
l---------arch/arm/boot/dts/juno-cs-r1r2.dtsi1
l---------arch/arm/boot/dts/juno-motherboard.dtsi1
l---------arch/arm/boot/dts/juno-r1.dts1
l---------arch/arm/boot/dts/juno-r2.dts1
l---------arch/arm/boot/dts/juno-sched-energy.dtsi1
l---------arch/arm/boot/dts/juno.dts1
l---------arch/arm/boot/dts/juno_r2-sched-energy.dtsi1
10 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 7e2424957809..73ba1a879d07 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -1071,6 +1071,9 @@ dtb-$(CONFIG_ARCH_VERSATILE) += \
versatile-ab-ib2.dtb \
versatile-pb.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += \
+ juno.dtb \
+ juno-r1.dtb \
+ juno-r2.dtb \
vexpress-v2p-ca5s.dtb \
vexpress-v2p-ca9.dtb \
vexpress-v2p-ca15-tc1.dtb \
diff --git a/arch/arm/boot/dts/juno-base.dtsi b/arch/arm/boot/dts/juno-base.dtsi
new file mode 120000
index 000000000000..5bf5772d7718
--- /dev/null
+++ b/arch/arm/boot/dts/juno-base.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-base.dtsi \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno-clocks.dtsi b/arch/arm/boot/dts/juno-clocks.dtsi
new file mode 120000
index 000000000000..d26c206771d4
--- /dev/null
+++ b/arch/arm/boot/dts/juno-clocks.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-clocks.dtsi \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno-cs-r1r2.dtsi b/arch/arm/boot/dts/juno-cs-r1r2.dtsi
new file mode 120000
index 000000000000..08c059e69464
--- /dev/null
+++ b/arch/arm/boot/dts/juno-cs-r1r2.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-cs-r1r2.dtsi \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno-motherboard.dtsi b/arch/arm/boot/dts/juno-motherboard.dtsi
new file mode 120000
index 000000000000..a4e1f71b8533
--- /dev/null
+++ b/arch/arm/boot/dts/juno-motherboard.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-motherboard.dtsi \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno-r1.dts b/arch/arm/boot/dts/juno-r1.dts
new file mode 120000
index 000000000000..f0bf74937285
--- /dev/null
+++ b/arch/arm/boot/dts/juno-r1.dts
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-r1.dts \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno-r2.dts b/arch/arm/boot/dts/juno-r2.dts
new file mode 120000
index 000000000000..aba7e1fac440
--- /dev/null
+++ b/arch/arm/boot/dts/juno-r2.dts
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-r2.dts \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno-sched-energy.dtsi b/arch/arm/boot/dts/juno-sched-energy.dtsi
new file mode 120000
index 000000000000..3508c8b8438f
--- /dev/null
+++ b/arch/arm/boot/dts/juno-sched-energy.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno-sched-energy.dtsi \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno.dts b/arch/arm/boot/dts/juno.dts
new file mode 120000
index 000000000000..186e53545ef2
--- /dev/null
+++ b/arch/arm/boot/dts/juno.dts
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno.dts \ No newline at end of file
diff --git a/arch/arm/boot/dts/juno_r2-sched-energy.dtsi b/arch/arm/boot/dts/juno_r2-sched-energy.dtsi
new file mode 120000
index 000000000000..0d000be54a83
--- /dev/null
+++ b/arch/arm/boot/dts/juno_r2-sched-energy.dtsi
@@ -0,0 +1 @@
+../../../arm64/boot/dts/arm/juno_r2-sched-energy.dtsi \ No newline at end of file