diff options
author | Joel Stanley <joel@jms.id.au> | 2019-09-11 19:56:13 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-12 13:05:08 +0300 |
commit | 2ca5646b5c2fdb3806c48f03c77859601e78edb7 (patch) | |
tree | 5f036a2b284f3b23699aa9f195e126e7209ad683 /arch/arm/boot/dts/Makefile | |
parent | 4e53a92cdd1297b6a9b9712004de51936f986914 (diff) | |
download | linux-2ca5646b5c2fdb3806c48f03c77859601e78edb7.tar.xz |
ARM: dts: aspeed: Add AST2600 and EVB
The AST2600 is a new SoC by ASPEED. It contains a dual core Cortex A7
CPU and shares many periperhals with the existing AST2400 and AST2500.
Link: https://lore.kernel.org/r/20190911165614.31641-1-joel@jms.id.au
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 9159fa2cea90..5efe58505524 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1268,6 +1268,7 @@ dtb-$(CONFIG_ARCH_MILBEAUT) += milbeaut-m10v-evb.dtb dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-ast2500-evb.dtb \ + aspeed-ast2600-evb.dtb \ aspeed-bmc-arm-centriq2400-rep.dtb \ aspeed-bmc-arm-stardragon4800-rep2.dtb \ aspeed-bmc-facebook-cmm.dtb \ |