From patchwork Mon May 12 01:30:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 4153541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 45875BFF02 for ; Mon, 12 May 2014 01:33:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 86FBB2018E for ; Mon, 12 May 2014 01:33:57 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AA0CD2018A for ; Mon, 12 May 2014 01:33:56 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjf5X-0006Kn-BD; Mon, 12 May 2014 01:31:31 +0000 Received: from mail-pa0-f44.google.com ([209.85.220.44]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjf5U-0006IK-I7 for linux-arm-kernel@lists.infradead.org; Mon, 12 May 2014 01:31:29 +0000 Received: by mail-pa0-f44.google.com with SMTP id ld10so7186684pab.31 for ; Sun, 11 May 2014 18:31:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=k6yYcVG+EvQn+yYiE/qWRe2/DfU8Xf05ONrxsJGskTM=; b=QPWQajLWFzTJygip0TsrDoIETeWX+wIICRacC2gDM3DuX9ePhrxInr84sZaxTlJ/U4 kGCLYyWNdmoHeoJlpb5xhweL0agG3IMcau9Tap+hadX7duHDFW0WYgk0K5cjvSHJSuyb 6QCRVMtZEyn+L7toDevEuhDlKxRd+JjEtk6k5FL/NRn++3W7K91nur5JFUncw6Pj6W6f DOX6P71rWXlUCVgxCNzX/4JiO78DfH7MhL8Q1dFwMppbuBXLPwVaNdFz6AGAVmX7wvYn t4wDcnjn65QYqohUu06NVccI3LW2o4LS8nWE9vu6WAgKspe1uSpFAaF2lLXKoIMLlG4n 4x9A== X-Gm-Message-State: ALoCoQm1NTJlA5+ptsfOr8B56ilBN3Fto6Tj3JKosGXjyHlATGVvk6acAcmW8om3EOOSN+bEY+Li X-Received: by 10.66.66.66 with SMTP id d2mr49219099pat.24.1399858267522; Sun, 11 May 2014 18:31:07 -0700 (PDT) Received: from localhost.localdomain ([140.206.182.114]) by mx.google.com with ESMTPSA id id10sm19742060pbc.35.2014.05.11.18.31.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 11 May 2014 18:31:06 -0700 (PDT) From: Haojian Zhuang To: yanhaifeng@gmail.com, xuwei5@hisilicon.com, arnd@arndb.de, olof@lixom.net, linux-arm-kernel@lists.infradead.org, khilman@kernel.org Subject: [PATCH 2/5] ARM: hisi: enable hix5hd2 SoC Date: Mon, 12 May 2014 09:30:33 +0800 Message-Id: <1399858236-29027-3-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1399858236-29027-1-git-send-email-haojian.zhuang@linaro.org> References: <1399858236-29027-1-git-send-email-haojian.zhuang@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140511_183128_617719_D3C749ED X-CRM114-Status: GOOD ( 10.17 ) X-Spam-Score: -0.7 (/) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Haifeng Yan Enable HiX5HD2 SoC. Add ARCH_HIX5HD2 to support Hisilicon x5hd2 SoCs. Signed-off-by: Haifeng Yan --- arch/arm/mach-hisi/Kconfig | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 0a5a49d..94b7ff1 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -10,14 +10,14 @@ if ARCH_HISI menu "Hisilicon platform type" config ARCH_HI3xxx - bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7 + bool "Hisilicon Hi36xx family" if ARCH_MULTI_V7 select CACHE_L2X0 select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP select PINCTRL select PINCTRL_SINGLE help - Support for Hisilicon Hi36xx/Hi37xx SoC family + Support for Hisilicon Hi36xx SoC family config ARCH_HIP04 bool "Hisilicon HiP04 Cortex A15 family" if ARCH_MULTI_V7 @@ -28,6 +28,15 @@ config ARCH_HIP04 help Support for Hisilicon HiP04 SoC family +config ARCH_HIX5HD2 + bool "Hisilicon X5HD2 family" if ARCH_MULTI_V7 + select CACHE_L2X0 + select HAVE_ARM_SCU if SMP + select HAVE_ARM_TWD if SMP + select PINCTRL + select PINCTRL_SINGLE + help + Support for Hisilicon X5HD2 SoC family endmenu endif