From d4b4aba6be8a6debb4a853c156cd40ea2a162314 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 2 Jun 2017 12:04:28 +0530 Subject: arm64: dts: Initial DTS files for Broadcom Stingray SOC The Broadcom Stingray SoC is a new member in Broadcom iProc SoC family. This patch adds initial DTS files for Broadcom Stingray SoC and two of its reference boards (bcm958742k and bcm958742t). We have lot of reference boards and large number of devices in Broadcom Stingray SoC so eventually we will have quite a few DTS files for Stingray. To tackle, we have added a separate directory for Stingray DTS files. Signed-off-by: Anup Patel Signed-off-by: Scott Branden Reviewed-by: Ray Jui Signed-off-by: Florian Fainelli --- arch/arm64/boot/dts/broadcom/stingray/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/arm64/boot/dts/broadcom/stingray/Makefile (limited to 'arch/arm64/boot/dts/broadcom/stingray/Makefile') diff --git a/arch/arm64/boot/dts/broadcom/stingray/Makefile b/arch/arm64/boot/dts/broadcom/stingray/Makefile new file mode 100644 index 000000000000..f70028edad63 --- /dev/null +++ b/arch/arm64/boot/dts/broadcom/stingray/Makefile @@ -0,0 +1,6 @@ +dtb-$(CONFIG_ARCH_BCM_IPROC) += bcm958742k.dtb +dtb-$(CONFIG_ARCH_BCM_IPROC) += bcm958742t.dtb + +always := $(dtb-y) +subdir-y := $(dts-dirs) +clean-files := *.dtb -- cgit