Skip to content

Commit 3c0e3ab

Browse files
Orson Zhaiarndb
authored andcommitted
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 <[email protected]> Signed-off-by: Chunyan Zhang <[email protected]> Reviewed-by: Mathieu Poirier <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 052bc8f commit 3c0e3ab

File tree

4 files changed

+698
-1
lines changed

4 files changed

+698
-1
lines changed

arch/arm64/boot/dts/sprd/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
dtb-$(CONFIG_ARCH_SPRD) += sc9836-openphone.dtb
1+
dtb-$(CONFIG_ARCH_SPRD) += sc9836-openphone.dtb \
2+
sp9860g-1h10.dtb
23

34
always := $(dtb-y)
45
subdir-y := $(dts-dirs)

0 commit comments

Comments
 (0)