aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-04-20 17:15:01 +0100
committerJon Medhurst <tixy@linaro.org>2015-06-30 10:11:24 +0100
commit481eb1890cdba0d3d7817deb4094bbcb159c796f (patch)
treeedeb93cce8023df3c10e7de36c8b4a6677a329e5
parentc248379ec78b9d60e45c8727c9829df695c01113 (diff)
arm64: juno: Add device-tree for r1 boardlsk-3.10-armlt-juno-base
For now just make this same as r0, as that will work. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm64/boot/dts/Makefile1
-rw-r--r--arch/arm64/boot/dts/juno-r1.dts9
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
index ef388176116d..82db93061fcc 100644
--- a/arch/arm64/boot/dts/Makefile
+++ b/arch/arm64/boot/dts/Makefile
@@ -1,6 +1,7 @@
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb \
fvp-base-gicv2-psci.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb
+dtb-$(CONFIG_ARCH_VEXPRESS) += juno-r1.dtb
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
targets += dtbs
diff --git a/arch/arm64/boot/dts/juno-r1.dts b/arch/arm64/boot/dts/juno-r1.dts
new file mode 100644
index 000000000000..3b9c6d4e7ca5
--- /dev/null
+++ b/arch/arm64/boot/dts/juno-r1.dts
@@ -0,0 +1,9 @@
+/*
+ * ARM Ltd. Juno Platform
+ *
+ * Copyright (c) 2015 ARM Ltd.
+ *
+ * This file is licensed under a dual GPLv2 or BSD license.
+ */
+
+#include <juno.dts>