diff options
author | Ken Chen <chen.kenyy@inventec.com> | 2018-02-21 15:17:26 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-03-14 16:30:43 +1030 |
commit | 3719a1b130566cf91c3b3ec4707e1ed61bff6d54 (patch) | |
tree | efa25ba658dadc53684f5e243307f4fc79f60c42 /arch/arm/boot/dts/Makefile | |
parent | 0765a1d2d3737ac111da93115908cbcbd284034e (diff) | |
download | lwn-3719a1b130566cf91c3b3ec4707e1ed61bff6d54.tar.gz lwn-3719a1b130566cf91c3b3ec4707e1ed61bff6d54.zip |
ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMC
The Qualcomm Centriq 2400 REP (Reference Evaluation Platform) is
an aarch64 Armv8 server platform with an ast2520 BMC.
Signed-off-by: Ken Chen <chen.kenyy@inventec.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 ade7a38543dc..06838cd69ac5 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1129,6 +1129,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-ast2500-evb.dtb \ + aspeed-bmc-arm-centriq2400-rep.dtb \ aspeed-bmc-opp-palmetto.dtb \ aspeed-bmc-opp-romulus.dtb \ aspeed-bmc-opp-witherspoon.dtb \ |