diff options
author | Wang Long <long.wanglong@huawei.com> | 2014-12-24 03:09:58 +0000 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-21 14:35:06 -0800 |
commit | 56a9c909d88ab3f66e14c5d21727b8e388a8ec90 (patch) | |
tree | 3c73ef9d5f1549ec0f8a8dcd1edec0c37823a768 /arch/arm/boot/dts/Makefile | |
parent | b5c3d7d3af9444130038ba29892e9bcf3c59ec10 (diff) |
ARM: dts: Add hip01-ca9x2 dts file
Add dts file for Hisilicon hip01 ca9x2 board
Signed-off-by: Wang Long <long.wanglong@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
[olof: Folded in smp enable-method from a different patch]
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 31065cc01df..293b80e196b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -123,6 +123,8 @@ dtb-$(CONFIG_ARCH_HIX5HD2) += \ dtb-$(CONFIG_ARCH_HIGHBANK) += \ highbank.dtb \ ecx-2000.dtb +dtb-$(CONFIG_ARCH_HIP01) += \ + hip01-ca9x2.dtb dtb-$(CONFIG_ARCH_HIP04) += \ hip04-d01.dtb dtb-$(CONFIG_ARCH_INTEGRATOR) += \ |