diff options
author | Dennis Gilmore <dennis@ausil.us> | 2018-06-11 19:39:53 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-06-12 13:17:19 +0200 |
commit | ae28a5f830936ca285ec65d3f5f70fdcef95ab92 (patch) | |
tree | 83284f400b30bc929a93a63299107cee5182a88d /arch/arm/dts/Makefile | |
parent | 813d1fb56dc0af9567feb86cd71c49f14662044b (diff) | |
download | u-boot-ae28a5f830936ca285ec65d3f5f70fdcef95ab92.tar.gz u-boot-ae28a5f830936ca285ec65d3f5f70fdcef95ab92.tar.xz u-boot-ae28a5f830936ca285ec65d3f5f70fdcef95ab92.zip |
arm: mvebu: Add Helios4 Armada 38x initial support
The helios4 is built on the SolidRun Armada 38x SOM.
The port os based on the ClearFog board, using information from
https://github.com/helios-4/u-boot-marvell as well as dtb input
from https://github.com/helios-4/linux-marvell
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Signed-off-by: Dennis Gilmore <dgilmore@redhat.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 790571b773..3dcd6dd7a8 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -91,6 +91,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \ armada-375-db.dtb \ armada-388-clearfog.dtb \ armada-388-gp.dtb \ + armada-388-helios4.dtb \ armada-385-amc.dtb \ armada-7040-db.dtb \ armada-7040-db-nand.dtb \ |