Skip to content

Commit

Permalink
arm64: dts: Add basic DT to support Spreadtrum's SP9860G
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Orson Zhai authored and Arnd Bergmann committed Apr 27, 2017
1 parent 052bc8f commit 3c0e3ab
Show file tree
Hide file tree
Showing 4 changed files with 698 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/sprd/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading

0 comments on commit 3c0e3ab

Please sign in to comment.