diff options
author | Amithash Prasad <amithash@fb.com> | 2018-03-26 17:11:49 -0700 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-05-25 13:57:22 +0930 |
commit | c808a10435dfb88c379699a2437e3bd8f08e966c (patch) | |
tree | 47520e9d149f2a7168097b078a0ba5d441a0c75e /arch/arm/boot/dts/Makefile | |
parent | f45ffcc6348f2183fe5b96fa92a86e057af4858f (diff) | |
download | lwn-c808a10435dfb88c379699a2437e3bd8f08e966c.tar.gz lwn-c808a10435dfb88c379699a2437e3bd8f08e966c.zip |
ARM: dts: aspeed: Add Portwell Neptune machine
Initial introduction of Portwell Neptune family equipped with
Aspeed 2500 BMC SoC. Neptune is a x86 server development kit with a
ASPEED ast2500 BMC manufactured by Portwell. Specifically, This
adds the neptune platform device tree file including the flash
layout used by the neptune machines.
Signed-off-by: Amithash Prasad <amithash@fb.com>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 7e2424957809..c464a14d7d48 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1162,4 +1162,5 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-opp-romulus.dtb \ aspeed-bmc-opp-witherspoon.dtb \ aspeed-bmc-opp-zaius.dtb \ + aspeed-bmc-portwell-neptune.dtb \ aspeed-bmc-quanta-q71l.dtb |