diff options
author | Arun Kumar K <arun.kk@samsung.com> | 2014-05-11 18:56:34 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-30 13:09:12 -0400 |
commit | 853d2694ed5ff830dab7c373cfb8604e5c6d48e6 (patch) | |
tree | 81303af5b6b8276c8c626942d7b43cf3d824a8fb /arch/arm/boot/dts/Makefile | |
parent | 2ccd0b53dab849e31dd0a1b09b1d2816bab15b51 (diff) |
ARM: dts: add dts file for exynos5800-peach-pi board
Adds support for google peach-pi board having the
Exynos5800 SoC.
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f563a822177e..4e4ffbea479e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -78,7 +78,8 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ | |||
78 | exynos5420-peach-pit.dtb \ | 78 | exynos5420-peach-pit.dtb \ |
79 | exynos5420-smdk5420.dtb \ | 79 | exynos5420-smdk5420.dtb \ |
80 | exynos5440-sd5v1.dtb \ | 80 | exynos5440-sd5v1.dtb \ |
81 | exynos5440-ssdk5440.dtb | 81 | exynos5440-ssdk5440.dtb \ |
82 | exynos5800-peach-pi.dtb | ||
82 | dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb | 83 | dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb |
83 | dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ | 84 | dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ |
84 | ecx-2000.dtb | 85 | ecx-2000.dtb |