diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-05-07 04:55:29 +0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2014-09-03 17:10:37 +0400 |
commit | 40c7d4414b44a75971ba7c1a4fc1371dd7a299bf (patch) | |
tree | e4991eff46e5a1f5da32da10fbdb1fd5b8e28e4f /arch/arm/boot/dts/Makefile | |
parent | f2b22ab5b32bbc801a3e205d60667ebb546ee39c (diff) | |
download | linux-40c7d4414b44a75971ba7c1a4fc1371dd7a299bf.tar.xz |
ARM: dts: add hip04 dts
Add hip04-d01.dts & hip04.dtsi for hip04 SoC platform.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
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 b8c5cd3ddeb9..abf530880318 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -90,6 +90,7 @@ dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb dtb-$(CONFIG_ARCH_HIX5HD2) += hisi-x5hd2-dkb.dtb dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ ecx-2000.dtb +dtb-$(CONFIG_ARCH_HIP04) += hip04-d01.dtb dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ integratorcp.dtb dtb-$(CONFIG_ARCH_KEYSTONE) += k2hk-evm.dtb \ |