aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/Makefile
diff options
context:
space:
mode:
authorZhizhou Zhang <zhizhou.zhang@spreadtrum.com>2015-03-11 02:27:08 +0000
committerArnd Bergmann <arnd@arndb.de>2015-03-11 22:59:48 +0100
commitc46388a58664e89526fe7b8af0082b9b5c465568 (patch)
treee7ce18aafd5054a1fbd8507e5d43219f87822d35 /arch/arm64/boot/dts/Makefile
parentARM64: Add new Xilinx ZynqMP SoC (diff)
downloadlinux-dev-c46388a58664e89526fe7b8af0082b9b5c465568.tar.xz
linux-dev-c46388a58664e89526fe7b8af0082b9b5c465568.zip
arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile
Adds the device tree support for Spreadtrum SC9836 SoC which is based on Sharkl64 platform. Sharkl64 platform contains the common nodes of Spreadtrum's arm64-based SoCs. Signed-off-by: Zhizhou Zhang <zhizhou.zhang@spreadtrum.com> Signed-off-by: Orson Zhai <orson.zhai@spreadtrum.com> Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r--arch/arm64/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
index ff088ec6ca5f..e296eb6fc478 100644
--- a/arch/arm64/boot/dts/Makefile
+++ b/arch/arm64/boot/dts/Makefile
@@ -5,6 +5,7 @@ dts-dirs += cavium
dts-dirs += exynos
dts-dirs += freescale
dts-dirs += mediatek
+dts-dirs += sprd
dts-dirs += xilinx
subdir-y := $(dts-dirs)