diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-06-04 10:10:04 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 18:57:40 +0300 |
commit | 46e6b3aa65c86bf204deb5ff590e186639009427 (patch) | |
tree | f3e72f26e9b2b593d14f3e403a3beb8300bf9902 /arch/arm/boot/dts/Makefile | |
parent | 8fe9c8b750ca294882b163100817f97866990481 (diff) | |
download | linux-46e6b3aa65c86bf204deb5ff590e186639009427.tar.xz |
ARM: dts: clps711x: Add DT Cirrus Logic EDB7211 Development board
This adds the Cirrus Logic EP7209,EP7211 DT templates and support for
EDB7211 Development board.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 7bbda1ea314f..e8ce0cb859ee 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -109,6 +109,8 @@ dtb-$(CONFIG_ARCH_BERLIN) += \ berlin2q-marvell-dmp.dtb dtb-$(CONFIG_ARCH_BRCMSTB) += \ bcm7445-bcm97445svmb.dtb +dtb-$(CONFIG_ARCH_CLPS711X) += \ + ep7211-edb7211.dtb dtb-$(CONFIG_ARCH_DAVINCI) += \ da850-enbw-cmc.dtb \ da850-evm.dtb |