diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-09-25 14:56:07 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-11-01 06:03:20 +0100 |
commit | 961216c135a881b8f81d1eb39215525d4e96783e (patch) | |
tree | af62e2ec467b1374975aafa4f8a5882ed64a51f1 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: Add 128MiB OpenBMC flash layout (diff) | |
download | linux-961216c135a881b8f81d1eb39215525d4e96783e.tar.xz linux-961216c135a881b8f81d1eb39215525d4e96783e.zip |
ARM: dts: aspeed: Add Rainier system
Rainier is a new IBM server with POWER host processors and an AST2600
BMC.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
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 dd24c3894375..eb12559fbd75 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1288,6 +1288,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-facebook-wedge40.dtb \ aspeed-bmc-facebook-wedge100.dtb \ aspeed-bmc-facebook-yamp.dtb \ + aspeed-bmc-ibm-rainier.dtb \ aspeed-bmc-intel-s2600wf.dtb \ aspeed-bmc-inspur-fp5280g2.dtb \ aspeed-bmc-lenovo-hr630.dtb \ |