summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/brcm/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2015-05-04 18:10:57 -0700
committerRalf Baechle <ralf@linux-mips.org>2015-06-21 21:53:34 +0200
commit380e4270f53b1ce848de7c3c9f21c7d6ccab3d2e (patch)
treeba2b1fbac242de4588ba48f9f729411f4cbb8d06 /arch/mips/boot/dts/brcm/Makefile
parente4c7d009654a1a2bd1832dc312f0f1dd6f49ac17 (diff)
downloadlwn-380e4270f53b1ce848de7c3c9f21c7d6ccab3d2e.tar.gz
lwn-380e4270f53b1ce848de7c3c9f21c7d6ccab3d2e.zip
MIPS: BMIPS: Add support for Broadcom BCM97435SVMB
Add a DTS file and Kconfig entry for the BCM97435SVMB evaluation board using bcm7435.dtsi as an example. The current code needs some tweaking to allow us to use the dual-threaded dual BMIPS5200 CPUs, so for now we limit ourselves to allowing just a single CPU to be booted. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Cc: linux-mips@linux-mips.org Cc: blogic@openwrt.org Cc: cernekee@chromium.org Cc: Steven.Hill@imgtec.com Patchwork: https://patchwork.linux-mips.org/patch/9972/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/Makefile')
-rw-r--r--arch/mips/boot/dts/brcm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/Makefile b/arch/mips/boot/dts/brcm/Makefile
index 1c8353bfe003..b62e5b0f7eb0 100644
--- a/arch/mips/boot/dts/brcm/Makefile
+++ b/arch/mips/boot/dts/brcm/Makefile
@@ -9,6 +9,7 @@ dtb-$(CONFIG_DT_BCM97360SVMB) += bcm97360svmb.dtb
dtb-$(CONFIG_DT_BCM97362SVMB) += bcm97362svmb.dtb
dtb-$(CONFIG_DT_BCM97420C) += bcm97420c.dtb
dtb-$(CONFIG_DT_BCM97425SVMB) += bcm97425svmb.dtb
+dtb-$(CONFIG_DT_BCM97435SVMB) += bcm97435svmb.dtb
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))