diff options
author | Rick Altherr <raltherr@google.com> | 2017-11-28 13:41:05 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-12-21 04:33:20 +0100 |
commit | f88bc8e15f1c1154495107ed378cce271309349d (patch) | |
tree | a15e8fa030e46eca0b57695c24083fb1740986fe /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: aspeed: Add Ingrasys Zaius BMC machine (diff) | |
download | linux-f88bc8e15f1c1154495107ed378cce271309349d.tar.xz linux-f88bc8e15f1c1154495107ed378cce271309349d.zip |
ARM: dts: aspeed: Add Qanta Q71L BMC machine
The Qanta Q71L BMC is an ASPEED ast2400 based BMC that is part of a
Qanta x86 server.
This adds the device tree description for most upstream components. It
is a squashed commit from the OpenBMC kernel tree.
Signed-off-by: Peter Hanson <peterh@google.com>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Rick Altherr <raltherr@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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 48c55f307aa9..5ab5d9169511 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1106,5 +1106,6 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-opp-palmetto.dtb \ aspeed-bmc-opp-romulus.dtb \ aspeed-bmc-opp-witherspoon.dtb \ - aspeed-bmc-opp-zaius.dtb + aspeed-bmc-opp-zaius.dtb \ + aspeed-bmc-quanta-q71l.dtb endif |