diff options
author | Jordan Chang <jordan.chang@ufispace.com> | 2023-01-19 18:21:02 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-01-27 10:41:00 +1030 |
commit | 28cfb03afcb20a841e96e821ba20870a7c437034 (patch) | |
tree | 617c7a6ef82fe157047497aaef4e8449c39154dc /arch/arm/boot/dts/Makefile | |
parent | 64e4f2412f548a8537b9da44267f7490e294edf8 (diff) | |
download | lwn-28cfb03afcb20a841e96e821ba20870a7c437034.tar.gz lwn-28cfb03afcb20a841e96e821ba20870a7c437034.zip |
ARM: dts: aspeed: Add device tree for Ufispace NCPLite BMC
Add initial version of device tree for Ufispace NCPlite platform
which is equipped with AST2600-based BMC.
Signed-off-by: Jordan Chang <jordan.chang@ufispace.com>
Link: https://lore.kernel.org/r/20230119102102.73414-4-jordan.chang@ufispace.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 2a5a24bea422..9df89ab749fd 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1642,6 +1642,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-inventec-transformers.dtb \ aspeed-bmc-tyan-s7106.dtb \ aspeed-bmc-tyan-s8036.dtb \ + aspeed-bmc-ufispace-ncplite.dtb \ aspeed-bmc-vegman-n110.dtb \ aspeed-bmc-vegman-rx20.dtb \ aspeed-bmc-vegman-sx20.dtb |