From patchwork Tue Oct 17 22:38:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Marty E. Plummer" X-Patchwork-Id: 10013007 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 75AE7600CC for ; Tue, 17 Oct 2017 22:42:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6870228A46 for ; Tue, 17 Oct 2017 22:42:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5CEA928A4F; Tue, 17 Oct 2017 22:42:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 124A328A46 for ; Tue, 17 Oct 2017 22:42:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758837AbdJQWmW (ORCPT ); Tue, 17 Oct 2017 18:42:22 -0400 Received: from smx-7fb.smtp.startmail.com ([37.153.204.247]:44840 "EHLO smx-7fb.smtp.startmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758751AbdJQWl7 (ORCPT ); Tue, 17 Oct 2017 18:41:59 -0400 Received: from smx-6f5.int1.startmail.com (smx-6f5.int1.startmail.com [10.116.2.63]) by smx-7fb.smtp.startmail.com (Postfix) with ESMTPS id 9E3DAB7D4E; Wed, 18 Oct 2017 00:41:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=dkim; t=1508280117; bh=X8ihgbbeKpYOSrcL/vixpCeybdxhC9h7SpTT6i01Y+A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WXUXaQELwEt4mVaJRqC5LW/mFfNWWm43oI/Dtbun4DJyH+ui5rEi25XKQipRPDz++ YoAkwWYAUWGMDCnf6HAHLBpI7D9xpqLoXN28GJzeOzQBaJ2lNrRHRvBjG/4VorCQo4 JZg6iLAltI6j04DnRwALzRZnQ/663sFpsq/1IyEIT3lMXBesg1ygmJoWaPH2d9uCs+ Ka8Mj8lACAcnXTTGjp0Y3B2YIe6kOY8U5h2TMwCwWRq/XFtrC5+QjJN3u5tqyxFkpy bcgfn5/jFyN6Wyh8dAYUw1159xofUq89+wAzZOe7zSWws5Xwj5ov3hiEouGAJPw8Yg edkPDr9M2XDRg== From: "Marty E. Plummer" To: linux-arm-kernel@lists.infradead.org Cc: mturquette@baylibre.com, sboyd@codeaurora.org, robh+dt@kernel.org, mark.rutland@arm.com, xuejiancheng@hisilicon.com, zhangfei.gao@linaro.org, wnpan@hisilicon.com, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, xuwei5@hisilicon.com, linux@armlinux.org.uk, "Marty E. Plummer" Subject: [PATCH v2 2/3] arm: hisi: enable Hi3521A SoC Date: Tue, 17 Oct 2017 17:38:53 -0500 Message-Id: <20171017223854.6980-3-hanetzer@startmail.com> In-Reply-To: <20171017223854.6980-1-hanetzer@startmail.com> References: <20171017223854.6980-1-hanetzer@startmail.com> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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