aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/boot/dts/mscc/Makefile
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2020-11-10 12:45:05 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-11-12 23:33:42 +0100
commit72bc5e8b25a0031354a27c1da2b89104e2bf32e3 (patch)
tree46d8b21aabb5fe9896a46d1aab8ae2b70b777f3e /arch/mips/boot/dts/mscc/Makefile
parentMIPS: mscc: Add luton dtsi (diff)
downloadwireguard-linux-72bc5e8b25a0031354a27c1da2b89104e2bf32e3.tar.xz
wireguard-linux-72bc5e8b25a0031354a27c1da2b89104e2bf32e3.zip
MIPS: mscc: Add luton PC0B91 device tree
Add a device tree for the Microsemi Luton PCB091 evaluation board. It is based on the work of Lars Povlsen <lars.povlsen@microchip.com>. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/mscc/Makefile')
-rw-r--r--arch/mips/boot/dts/mscc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/mscc/Makefile b/arch/mips/boot/dts/mscc/Makefile
index 5015ccbbfb23..40699b44ed50 100644
--- a/arch/mips/boot/dts/mscc/Makefile
+++ b/arch/mips/boot/dts/mscc/Makefile
@@ -1,4 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
-dtb-$(CONFIG_SOC_VCOREIII) += ocelot_pcb123.dtb ocelot_pcb120.dtb
+dtb-$(CONFIG_SOC_VCOREIII) += \
+ luton_pcb091.dtb \
+ ocelot_pcb120.dtb \
+ ocelot_pcb123.dtb
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))