mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add a device trees and FIT image support for the Microsemi Serval SoC which belongs to same family of the Ocelot SoC. 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>
13 lines
297 B
Makefile
13 lines
297 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
dtb-$(CONFIG_SOC_VCOREIII) += \
|
|
jaguar2_pcb110.dtb \
|
|
jaguar2_pcb111.dtb \
|
|
jaguar2_pcb118.dtb \
|
|
luton_pcb091.dtb \
|
|
ocelot_pcb120.dtb \
|
|
ocelot_pcb123.dtb \
|
|
serval_pcb105.dtb \
|
|
serval_pcb106.dtb
|
|
|
|
|
|
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))
|