diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-01-29 00:04:10 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-29 13:51:42 -0800 |
commit | 1e4cd7e52bd0181ba057a5cda4116cb025b94635 (patch) | |
tree | 187389ab31094e4eb3a4fe333d5bc5f96fe6f1b8 /arch/arm/boot/dts/Makefile | |
parent | f0ac4f3e067dc9b233de9300214a98cc4ccb46d3 (diff) |
ARM: digicolor: add minimal device tree description
cx92755.dtsi describes CX92755 on chip peripherals. cx92755_equinox.dts
describes the Equinox evaluation board for the CX92755 SoC.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Olof Johansson <olof@lixom.net>
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 09f28f468b83..a8873b8d9ed1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -78,6 +78,8 @@ dtb-$(CONFIG_ARCH_BRCMSTB) += \ dtb-$(CONFIG_ARCH_DAVINCI) += \ da850-enbw-cmc.dtb \ da850-evm.dtb +dtb-$(CONFIG_ARCH_DIGICOLOR) += \ + cx92755_equinox.dtb dtb-$(CONFIG_ARCH_EFM32) += \ efm32gg-dk3750.dtb dtb-$(CONFIG_ARCH_EXYNOS3) += \ |