diff options
author | Zhizhou Zhang <zhizhou.zhang@spreadtrum.com> | 2015-03-11 02:27:08 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-03-11 22:59:48 +0100 |
commit | c46388a58664e89526fe7b8af0082b9b5c465568 (patch) | |
tree | e7ce18aafd5054a1fbd8507e5d43219f87822d35 /arch/arm64/boot/dts/Makefile | |
parent | 5d1b79d2b2639bb71238e76d73431fada9e38553 (diff) | |
download | linux-c46388a58664e89526fe7b8af0082b9b5c465568.tar.bz2 |
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/Makefile | 1 |
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) |