diff options
author | Kevin Hilman <khilman@linaro.org> | 2014-01-09 01:55:26 +0400 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2014-01-09 01:55:33 +0400 |
commit | d0f2a5ba07ac8dc671c0acb89d0114352b41e936 (patch) | |
tree | 8b1e1594553dbb6a8480bc8d033d2bb0077f41fc /arch/arm/boot/dts/Makefile | |
parent | e05f9ac42c1b87a1a266e3e83191ed00211576bc (diff) | |
parent | 0cfb1c8bec551c8eb7c6b263baebc9537d2b910c (diff) | |
download | linux-d0f2a5ba07ac8dc671c0acb89d0114352b41e936.tar.xz |
Merge branch 'hisi/soc' into next/soc
* hisi/soc:
ARM: dts: rename hi4511 dts file
ARM: hisi: remove init_time
ARM: hisi: rename hi3xxx to hisi
ARM: dts: enable clock binding on Hi3620
ARM: hi3xxx: add hotplug support
ARM: hi3xxx: add smp support
ARM: config: add defconfig for Hi3xxx
ARM: config: enable hi3xxx in multi_v7_defconfig
ARM: dts: enable hi4511 with device tree
ARM: hi3xxx: add board support with device tree
Signed-off-by: Kevin Hilman <khilman@linaro.org>
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 b44dd26b951d..e8daf7061f83 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -70,6 +70,7 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ exynos5420-smdk5420.dtb \ exynos5440-sd5v1.dtb \ exynos5440-ssdk5440.dtb +dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ ecx-2000.dtb dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ |