summaryrefslogtreecommitdiffstats
path: root/arch/c6x
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-08-21 15:41:19 -0500
committerRob Herring <robh@kernel.org>2018-10-02 09:23:21 -0500
commit626f92a00b7e4b43c8eebebb5d80817633342aab (patch)
treeffcc4193ad205738e5141dda3cf095a2613c1be9 /arch/c6x
parent27e88af4e94ee853261972aca1a364c4c567123d (diff)
downloadlinux-0-day-626f92a00b7e4b43c8eebebb5d80817633342aab.tar.gz
linux-0-day-626f92a00b7e4b43c8eebebb5d80817633342aab.tar.xz
c6x: enable building all dtbs
Enable the 'dtbs' target for c6x. This allows building all the dts files in arch/c6x/boot/dts/ for enabled platforms or when COMPILE_TEST and OF_ALL_DTBS are enabled. Cc: Mark Salter <msalter@redhat.com> Cc: Aurelien Jacquiot <jacquiot.aurelien@gmail.com> Cc: linux-c6x-dev@linux-c6x.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/c6x')
-rw-r--r--arch/c6x/boot/dts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/c6x/boot/dts/Makefile b/arch/c6x/boot/dts/Makefile
index fd937f781d16f..f438285c3640d 100644
--- a/arch/c6x/boot/dts/Makefile
+++ b/arch/c6x/boot/dts/Makefile
@@ -5,6 +5,12 @@
DTC_FLAGS ?= -p 1024
+dtb-$(CONFIG_SOC_TMS320C6455) += dsk6455.dtb
+dtb-$(CONFIG_SOC_TMS320C6457) += evmc6457.dtb
+dtb-$(CONFIG_SOC_TMS320C6472) += evmc6472.dtb
+dtb-$(CONFIG_SOC_TMS320C6474) += evmc6474.dtb
+dtb-$(CONFIG_SOC_TMS320C6678) += evmc6678.dtb
+
ifneq ($(DTB),)
obj-y += $(DTB).dtb.o
endif