mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
Add initial dtsi file to support Marvell Berlin4CT SoC with quad Cortex-A53 CPUs. It also adds dts file for Marvell Berlin4CT DMP board which is based on Berlin4CT SoC. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6 lines
113 B
Makefile
6 lines
113 B
Makefile
dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|