diff options
author | Graeme Gregory <quic_ggregory@quicinc.com> | 2022-03-25 20:02:47 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-05-19 09:38:10 +0200 |
commit | 7b46aa7c008d2becd5df46c174d8cb4239e24659 (patch) | |
tree | 14852d3cc7ba88f0c3c3bacab020e7dbba8979ec /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: aspeed: bletchley: add sample averaging for ADM1278 (diff) | |
download | linux-7b46aa7c008d2becd5df46c174d8cb4239e24659.tar.xz linux-7b46aa7c008d2becd5df46c174d8cb4239e24659.zip |
ARM: dts: aspeed: Add Nuvia DC-SCM BMC
Add initial version of device tree for Nuvia DC-SCM BMC which is
equipped with Aspeed AST2600 BMC SoC.
Signed-off-by: Graeme Gregory <quic_ggregory@quicinc.com>
Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
Link: https://lore.kernel.org/r/20220325190247.468079-1-quic_jaehyoo@quicinc.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 7c16f8a2b738..e63cd6ed0faa 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1546,6 +1546,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-lenovo-hr630.dtb \ aspeed-bmc-lenovo-hr855xg2.dtb \ aspeed-bmc-microsoft-olympus.dtb \ + aspeed-bmc-nuvia-dc-scm.dtb \ aspeed-bmc-opp-lanyang.dtb \ aspeed-bmc-opp-mihawk.dtb \ aspeed-bmc-opp-mowgli.dtb \ |