aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2018-08-27 13:33:28 -0400
committerStefan Wahren <stefan.wahren@i2se.com>2018-08-31 01:01:34 -0400
commita7eb26392b893bff92b1eb6483f4af3d2eb19510 (patch)
treed391c6448d467be177fb758ff1ece897e7225fb7
parent5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff)
arm64: dts: broadcom: Add reference to Compute Module IO Board V3
This adds a reference to the dts of the Compute Module IO Board V3 in arm, so we don't need to maintain the content in arm64. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
-rw-r--r--arch/arm64/boot/dts/broadcom/Makefile3
-rw-r--r--arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts2
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile
index 1193a9e34bbb..3d98f5f5ab88 100644
--- a/arch/arm64/boot/dts/broadcom/Makefile
+++ b/arch/arm64/boot/dts/broadcom/Makefile
@@ -1,6 +1,7 @@
1# SPDX-License-Identifier: GPL-2.0 1# SPDX-License-Identifier: GPL-2.0
2dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \ 2dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
3 bcm2837-rpi-3-b-plus.dtb 3 bcm2837-rpi-3-b-plus.dtb \
4 bcm2837-rpi-cm3-io3.dts
4 5
5subdir-y += northstar2 6subdir-y += northstar2
6subdir-y += stingray 7subdir-y += stingray
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
new file mode 100644
index 000000000000..b1c4ab212c64
--- /dev/null
+++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
@@ -0,0 +1,2 @@
1// SPDX-License-Identifier: GPL-2.0
2#include "arm/bcm2837-rpi-cm3-io3.dts"