diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-22 00:09:47 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-09-28 06:01:39 +0300 |
commit | 3293fca4a689dae1090b997145a46c816ff03a4a (patch) | |
tree | 33b0d4d58ca400194482e3cd852d1c16a873a82c /arch/arm/boot/dts/Makefile | |
parent | 4fb9c1489bb6b7e4d0b104495e11ed8e16d1e9a9 (diff) | |
download | linux-3293fca4a689dae1090b997145a46c816ff03a4a.tar.xz |
ARM: dts: aspeed: Add AMD DaytonaX BMC
Add initial version of device tree for the BMC in the AMD DaytonaX
platform.
AMD DaytonaX platform is a customer reference board (CRB) with an
Aspeed ast2500 BMC manufactured by AMD.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220921210950.10568-3-aladyshev22@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 5d8c6ce49af9..aaf2df73d50e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1574,6 +1574,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-ast2500-evb.dtb \ aspeed-ast2600-evb-a1.dtb \ aspeed-ast2600-evb.dtb \ + aspeed-bmc-amd-daytonax.dtb \ aspeed-bmc-amd-ethanolx.dtb \ aspeed-bmc-ampere-mtjade.dtb \ aspeed-bmc-ampere-mtmitchell.dtb \ |