diff options
author | Joel Stanley <joel@jms.id.au> | 2019-08-22 15:45:04 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-11-01 08:03:19 +0300 |
commit | b58135ad1ecf1aef457eeaf04c8941f4c6031d39 (patch) | |
tree | 44625a52ecc9158d2fc86430cf0cbe85f3c65b49 /arch/arm/boot/dts/Makefile | |
parent | 51d5d1bf73b93479149e4fd873d2261007391925 (diff) | |
download | linux-b58135ad1ecf1aef457eeaf04c8941f4c6031d39.tar.xz |
ARM: dts: aspeed: Add Tacoma machine
This is an AST2600 based BMC card for a Power9 system.
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 b21b3a64641a..dd24c3894375 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1298,6 +1298,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-opp-palmetto.dtb \ aspeed-bmc-opp-romulus.dtb \ aspeed-bmc-opp-swift.dtb \ + aspeed-bmc-opp-tacoma.dtb \ aspeed-bmc-opp-vesnin.dtb \ aspeed-bmc-opp-witherspoon.dtb \ aspeed-bmc-opp-zaius.dtb \ |