diff options
author | Haifeng Yan <yanhaifeng@gmail.com> | 2014-04-11 00:50:13 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-31 01:32:21 -0400 |
commit | 75a4795a1d1bccb2e7c7def1be50b32cd1389b6e (patch) | |
tree | cdebfcc8a82fda7bd904cd0d7c434d8f4cb1814b /arch/arm/boot/dts/Makefile | |
parent | 12aae30974546921c45c7c1b347cbc4ae206bf72 (diff) |
ARM: dts: Add hix5hd2-dkb dts file.
Add dts file for Hisilicon x5hd2 development kit board.
Signed-off-by: Haifeng Yan <yanhaifeng@gmail.com>
Signed-off-by: Jiancheng Xue <jchxue@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Acked-by: Wei Xu <xuwei5@hisilicon.com>
[olof: Rename dts/dtsi to include hisi prefix]
Signed-off-by: Olof Johansson <olof@lixom.net>
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 3c08b79e825d..74f2906211a9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -83,6 +83,7 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ | |||
83 | exynos5440-ssdk5440.dtb \ | 83 | exynos5440-ssdk5440.dtb \ |
84 | exynos5800-peach-pi.dtb | 84 | exynos5800-peach-pi.dtb |
85 | dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb | 85 | dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb |
86 | dtb-$(CONFIG_ARCH_HIX5HD2) += hisi-x5hd2-dkb.dtb | ||
86 | dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ | 87 | dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ |
87 | ecx-2000.dtb | 88 | ecx-2000.dtb |
88 | dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ | 89 | dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ |