diff options
author | Ben Pai <Ben_Pai@wistron.com> | 2019-08-12 14:13:07 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-08-14 04:36:47 +0300 |
commit | 0a1dcf954ece215284e2a7765613c559d20590fc (patch) | |
tree | e43079f9898c08465d72c8b4108a20735fc7e2a1 /arch/arm/boot/dts/Makefile | |
parent | d00523097a3723ebc89e7752730e81aac65e549d (diff) | |
download | linux-0a1dcf954ece215284e2a7765613c559d20590fc.tar.xz |
ARM: dts: aspeed: Add Mihawk BMC platform
The Mihawk BMC is an ASPEED ast2500 based BMC that is part of an
OpenPower Power9 server.
Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
Reviewed-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 72da035503c2..402e593888da 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1282,6 +1282,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-lenovo-hr855xg2.dtb \ aspeed-bmc-microsoft-olympus.dtb \ aspeed-bmc-opp-lanyang.dtb \ + aspeed-bmc-opp-mihawk.dtb \ aspeed-bmc-opp-palmetto.dtb \ aspeed-bmc-opp-romulus.dtb \ aspeed-bmc-opp-swift.dtb \ |