diff options
author | Joel Stanley <joel@jms.id.au> | 2016-04-17 08:20:56 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2016-05-09 10:11:58 +0200 |
commit | 02440622656d26a0d68308db9e4ce1d2510f6530 (patch) | |
tree | d450ad7460a0b74243cbcb1e56310d91d5671fc4 /arch/arm/boot/dts/Makefile | |
parent | arm/dts: Add Aspeed ast2400 device tree (diff) | |
download | linux-02440622656d26a0d68308db9e4ce1d2510f6530.tar.xz linux-02440622656d26a0d68308db9e4ce1d2510f6530.zip |
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) |