diff options
author | Ali El-Haj-Mahmoud <aaelhaj@google.com> | 2021-11-30 21:01:10 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-12-21 07:45:39 +0300 |
commit | 30daf3cd8997d0ba4bda2b4a7f7c5122c81216f1 (patch) | |
tree | c938197db9b62d31aca1f16a2aec6922cbba4d35 /arch/arm/boot/dts/Makefile | |
parent | 4fcbe1f5b6ba71e0c464a303e3769bf1ce1fe54c (diff) | |
download | linux-30daf3cd8997d0ba4bda2b4a7f7c5122c81216f1.tar.xz |
ARM: dts: aspeed: Add TYAN S8036 BMC machine
The TYAN S8036 is a server platform with an ASPEED AST2500 BMC.
Signed-off-by: Ali El-Haj-Mahmoud <aaelhaj@google.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20211130180110.2217042-1-aaelhaj@google.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 6ff97305200d..25005a7b5b84 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1521,6 +1521,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-supermicro-x11spi.dtb \ aspeed-bmc-inventec-transformers.dtb \ aspeed-bmc-tyan-s7106.dtb \ + aspeed-bmc-tyan-s8036.dtb \ aspeed-bmc-vegman-n110.dtb \ aspeed-bmc-vegman-rx20.dtb \ aspeed-bmc-vegman-sx20.dtb |