diff options
author | Joel Stanley <joel@jms.id.au> | 2016-04-17 09:20:56 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2016-05-09 11:11:58 +0300 |
commit | 02440622656d26a0d68308db9e4ce1d2510f6530 (patch) | |
tree | d450ad7460a0b74243cbcb1e56310d91d5671fc4 /arch/arm/boot/dts/Makefile | |
parent | d44a1138cd829d232899ef4fe5cd59e861ed3984 (diff) | |
download | linux-02440622656d26a0d68308db9e4ce1d2510f6530.tar.xz |
arm/dst: Add Aspeed ast2500 device tree
This adds a common device tree for all fifth generation Aspeed systems,
and a board specific device tree for the ast2500 evaluation board.
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 dee3a92cbd3c..98251828883f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -839,7 +839,8 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt8127-moose.dtb \ mt8135-evbp1.dtb dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb -dtb-$(CONFIG_ARCH_ASPEED) += aspeed-bmc-opp-palmetto.dtb +dtb-$(CONFIG_ARCH_ASPEED) += aspeed-bmc-opp-palmetto.dtb \ + aspeed-ast2500-evb.dtb endif dtstree := $(srctree)/$(src) |