diff options
author | Adriana Kobylak <anoo@us.ibm.com> | 2019-05-06 15:49:14 -0500 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-05-24 13:57:33 +0930 |
commit | 8e8fd0cbd7c5936ea2d6dc25ef127dea5f5913b3 (patch) | |
tree | 4a2c7ca20a0953d8517732cda3019a9ad5f075f6 /arch/arm/boot/dts/Makefile | |
parent | b853ab0fa2e1404c0bbe4160017f3741c7394b1b (diff) |
ARM: dts: aspeed: Add Swift BMC machine
The Swift BMC is an ASPEED ast2500 based BMC that is part of
a Power9 server. This adds the device tree description for
most upstream components.
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Reviewed-by: Brandon Wyman <bjwyman@gmail.com>
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 dab2914fa293..9b6ae8f95a19 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1272,6 +1272,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-opp-lanyang.dtb \ aspeed-bmc-opp-palmetto.dtb \ aspeed-bmc-opp-romulus.dtb \ + aspeed-bmc-opp-swift.dtb \ aspeed-bmc-opp-witherspoon.dtb \ aspeed-bmc-opp-zaius.dtb \ aspeed-bmc-portwell-neptune.dtb \ |