diff options
author | Eddie James <eajames@linux.ibm.com> | 2020-12-11 20:07:04 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-02-09 14:57:23 +0300 |
commit | a5c5168478d78ee1515487d6e1106381e6678f4d (patch) | |
tree | 5026414c846b9857cadfb7c9e75522c047f313f0 /arch/arm/boot/dts/Makefile | |
parent | 8828af99a161d5854509e02e8774ae7248bf0532 (diff) | |
download | linux-a5c5168478d78ee1515487d6e1106381e6678f4d.tar.xz |
ARM: dts: aspeed: Add Everest BMC machine
Add the Everest machine powered by an AST2600 chip. Copy the basic
configuration from Rainier.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Tested-by: Andrew Geissler <geissonator@gmail.com>
Link: https://lore.kernel.org/r/20201211170704.27640-1-eajames@linux.ibm.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 d90bc4eeeb9a..17412dc71ecd 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1416,6 +1416,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-facebook-wedge400.dtb \ aspeed-bmc-facebook-yamp.dtb \ aspeed-bmc-facebook-yosemitev2.dtb \ + aspeed-bmc-ibm-everest.dtb \ aspeed-bmc-ibm-rainier.dtb \ aspeed-bmc-ibm-rainier-4u.dtb \ aspeed-bmc-intel-s2600wf.dtb \ |