diff options
author | Yang Chen <yangchen.openbmc@gmail.com> | 2023-09-14 20:56:48 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-10-13 14:59:03 +1030 |
commit | fe93af86526b93de6f11ca3c201525dbd961fb8f (patch) | |
tree | 6cd52894ec87037f80d0f2414f5eda1d99c61d9d /arch/arm/boot/dts/aspeed/Makefile | |
parent | 079ecd68c20649599bef9011d056f087046f137b (diff) |
ARM: dts: aspeed: Minerva: Add Facebook Minerva CMC board
Add linux device tree entry related to the Minerva Chassis Management
Controller (CMC) specific devices connected to the Aspeed SoC (AST2600).
Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com>
Link: https://lore.kernel.org/r/20230914125648.3966519-3-yangchen.openbmc@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed/Makefile')
-rw-r--r-- | arch/arm/boot/dts/aspeed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed/Makefile b/arch/arm/boot/dts/aspeed/Makefile index 23cbc7203a8e..d3ac20e316d0 100644 --- a/arch/arm/boot/dts/aspeed/Makefile +++ b/arch/arm/boot/dts/aspeed/Makefile @@ -19,6 +19,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-facebook-fuji.dtb \ aspeed-bmc-facebook-galaxy100.dtb \ aspeed-bmc-facebook-greatlakes.dtb \ + aspeed-bmc-facebook-minerva-cmc.dtb \ aspeed-bmc-facebook-minipack.dtb \ aspeed-bmc-facebook-tiogapass.dtb \ aspeed-bmc-facebook-wedge40.dtb \ |