summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/broadcom/Makefile
diff options
context:
space:
mode:
authorJon Mason <jon.mason@broadcom.com>2016-12-05 18:12:22 -0500
committerFlorian Fainelli <f.fainelli@gmail.com>2017-01-03 15:23:22 -0800
commit096fe8726e5df2975ed29e1ecd881fa54c80878b (patch)
tree7205a16621ac7c6de6b131f3a7e0f460a74ef5ce /arch/arm64/boot/dts/broadcom/Makefile
parent0cc878d678444392ca2a31350f89f489593ef5bb (diff)
arm64: dts: NS2: add support for XMC form factor
The BCM958712DxXMC board is a smaller form factor typically used as controller boards for switches. This smaller board has less devices pinned out, so only a few need be populated in the device tree. Signed-off-by: Jon Mason <jon.mason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/Makefile')
-rw-r--r--arch/arm64/boot/dts/broadcom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile
index 05faf2a8a35c..f1caece9d3a7 100644
--- a/arch/arm64/boot/dts/broadcom/Makefile
+++ b/arch/arm64/boot/dts/broadcom/Makefile
@@ -1,5 +1,5 @@
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
-dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb
+dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb ns2-xmc.dtb
dtb-$(CONFIG_ARCH_VULCAN) += vulcan-eval.dtb
always := $(dtb-y)