Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751378AbdIQIeF (ORCPT ); Sun, 17 Sep 2017 04:34:05 -0400 Received: from smx-7fb.smtp.startmail.com ([37.153.204.247]:34622 "EHLO smx-7fb.smtp.startmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239AbdIQIeE (ORCPT ); Sun, 17 Sep 2017 04:34:04 -0400 X-Greylist: delayed 490 seconds by postgrey-1.27 at vger.kernel.org; Sun, 17 Sep 2017 04:34:03 EDT From: "Marty E. Plummer" To: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org, xuejiancheng@hisilicon.com, leo.yan@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, mark.rutland@arm.com, mturquette@baylibre.com, wenpan@hisilicon.com, robh+dt@kernel.org, linux@armlinux.org.uk, sboyd@codeaurora.org, xuwei5@hisilicon.com, zhangfei.gao@linaro.org, gregkh@linuxfoundation.org, arnd@arndb.de, "Marty E. Plummer" Subject: [RFC RESEND 2/3] arm: hisi: enable Hi3521A SoC Date: Sun, 17 Sep 2017 03:23:26 -0500 Message-Id: <20170917082327.10058-3-hanetzer@startmail.com> In-Reply-To: <20170917082327.10058-1-hanetzer@startmail.com> References: <20170917082327.10058-1-hanetzer@startmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 828 Lines: 28 Enable Hisilicon Hi3521A/Hi3520DCV300 SoC. This SoC series includes hardware mutlimedia codec cores, commonly used in consumer cctv/dvr security systems and ipcameras. The arm core is a Cortex A7. Signed-off-by: Marty E. Plummer --- arch/arm/mach-hisi/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 65a048fa08ec..26755414f862 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -12,6 +12,12 @@ if ARCH_HISI menu "Hisilicon platform type" +config ARCH_HI3521A + bool "Hisilicon Hi3521A/Hi3520DCV300 family" + depends on ARCH_MULTI_V7 + help + Support for Hisilicon Hi3521A/Hi3520DCV300 SoC family + config ARCH_HI3xxx bool "Hisilicon Hi36xx family" depends on ARCH_MULTI_V7 -- 2.14.1