diff options
author | Tao Ren <taoren@fb.com> | 2019-08-02 07:06:50 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-08-02 07:14:03 +0300 |
commit | 5cb98b41abb38249eef04fa2884660cd772a0520 (patch) | |
tree | 614fe939100c15dd4d92914b11e60eb686a75cc2 /arch/arm/boot/dts/Makefile | |
parent | 51b0c5c24484f7263ee34d2b48396b39734d0a1c (diff) | |
download | linux-5cb98b41abb38249eef04fa2884660cd772a0520.tar.xz |
ARM: dts: aspeed: Add Facebook Wedge40 BMC
Add initial version of device tree for Facebook Wedge40 AST2400 BMC
platform.
Signed-off-by: Tao Ren <taoren@fb.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 39a05a10a2a2..dfc1011eb3f2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1273,6 +1273,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-bmc-facebook-cmm.dtb \ aspeed-bmc-facebook-minipack.dtb \ aspeed-bmc-facebook-tiogapass.dtb \ + aspeed-bmc-facebook-wedge40.dtb \ aspeed-bmc-facebook-yamp.dtb \ aspeed-bmc-intel-s2600wf.dtb \ aspeed-bmc-inspur-fp5280g2.dtb \ |