diff options
author | Yuan Yao <yao.yuan@linaro.org> | 2018-09-13 10:25:16 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-09-20 17:25:48 +0930 |
commit | c8551f6f3e8ce0a8183ccfe466d3ff6d7c915ab5 (patch) | |
tree | 2b6d6738a1f8bf57cc6101c6d85c819d27ba3d05 /arch/arm/boot/dts/Makefile | |
parent | fde4f21bc280ba6fb2bddd89665f9a99391982c1 (diff) | |
download | linux-c8551f6f3e8ce0a8183ccfe466d3ff6d7c915ab5.tar.gz linux-c8551f6f3e8ce0a8183ccfe466d3ff6d7c915ab5.tar.bz2 linux-c8551f6f3e8ce0a8183ccfe466d3ff6d7c915ab5.zip |
ARM: dts: aspeed: Add HXT StarDragon 4800 REP2 BMC
The HXT StarDragon 4800 REP2 (Reference Evaluation Platform) is
an aarch64 ARMv8 server platform with an ast2520 BMC.
Signed-off-by: Yuan Yao <yao.yuan@linaro.org>
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 b5bd3de87c33..a1b88168c3b0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1199,6 +1199,7 @@ dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-ast2500-evb.dtb \ aspeed-bmc-arm-centriq2400-rep.dtb \ + aspeed-bmc-arm-stardragon4800-rep2.dtb \ aspeed-bmc-intel-s2600wf.dtb \ aspeed-bmc-opp-lanyang.dtb \ aspeed-bmc-opp-palmetto.dtb \ |