summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/sprd/Makefile
diff options
context:
space:
mode:
authorOrson Zhai <orson.zhai@spreadtrum.com>2017-04-21 11:47:20 +0800
committerArnd Bergmann <arnd@arndb.de>2017-04-27 21:56:14 +0200
commit3c0e3abd5ee59acbcbd5d8fc624eaf63f6e7b53c (patch)
treeeecdd51fc2c77e1495b844c0e717cf589fe613e2 /arch/arm64/boot/dts/sprd/Makefile
parent052bc8fc8f6de1d015ed7714a77ad65c9d9b2e4f (diff)
arm64: dts: Add basic DT to support Spreadtrum's SP9860G
SC9860G is a 8 cores of A53 SoC with 4G LTE support SoC from Spreadtrum. According to regular hierarchy of sprd dts, whale2.dtsi contains SoC peripherals IP nodes, sc9860.dtsi contains stuff related to ARM core stuff and sp9860g dts is for the board level. Signed-off-by: Orson Zhai <orson.zhai@spreadtrum.com> Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/sprd/Makefile')
-rw-r--r--arch/arm64/boot/dts/sprd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/sprd/Makefile b/arch/arm64/boot/dts/sprd/Makefile
index b658c5e09b15..f0535e6eaaaa 100644
--- a/arch/arm64/boot/dts/sprd/Makefile
+++ b/arch/arm64/boot/dts/sprd/Makefile
@@ -1,4 +1,5 @@
-dtb-$(CONFIG_ARCH_SPRD) += sc9836-openphone.dtb
+dtb-$(CONFIG_ARCH_SPRD) += sc9836-openphone.dtb \
+ sp9860g-1h10.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)