From patchwork Sun Nov 9 04:20:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhilash Kesavan X-Patchwork-Id: 5259761 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B4D049F2F1 for ; Sun, 9 Nov 2014 04:24:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D29252015A for ; Sun, 9 Nov 2014 04:24:51 +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 134C020158 for ; Sun, 9 Nov 2014 04:24:51 +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 1XnK1Q-0003Zq-Mn; Sun, 09 Nov 2014 04:22:40 +0000 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XnK0P-0002ii-1c for linux-arm-kernel@lists.infradead.org; Sun, 09 Nov 2014 04:21:38 +0000 Received: by mail-pa0-f42.google.com with SMTP id bj1so6092072pad.1 for ; Sat, 08 Nov 2014 20:21:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=CFw3kS8dKeASEc5TctJ6YSovm3g8LiJmvNc8kLe6tmU=; b=ATV/TQ3D62Ia4s9ebCj5iPm68SeEpHf/akFbDr9L/sZwvf3PoqOrpViDpxyFm8Pm+9 dX2bl1sh0ie9F2w2Vjc293+9S9TeN2vE05vIBe/WM4r7Hnb8xS4rbvVr+S+r74weBIB6 QzRioqXDsvJ5jH0wRsRu0YuYcuOz9D/C8pAI31BeGGT03ZUBbsO+bR7woAX1N6xpLc59 HluGCkczepXjrI2ujI36i8i7xTHnggYfYKDE3aFOSX7HXZulzwODSVnEMDRVNddJZE82 ShgIZDHP04BG1P4XKFWFALClBvDqEg5TNDUD4rWmlzJ3ChZr0XfbRILL45Xv1k07Vr9F pvSw== X-Received: by 10.68.69.76 with SMTP id c12mr22694448pbu.59.1415506875944; Sat, 08 Nov 2014 20:21:15 -0800 (PST) Received: from localhost.localdomain ([122.172.65.11]) by mx.google.com with ESMTPSA id xy3sm12776499pbb.38.2014.11.08.20.21.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 08 Nov 2014 20:21:15 -0800 (PST) From: Abhilash Kesavan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v7 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support Date: Sun, 9 Nov 2014 09:50:33 +0530 Message-Id: <1415506834-8180-7-git-send-email-a.kesavan@samsung.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1415506834-8180-1-git-send-email-a.kesavan@samsung.com> References: <1415506834-8180-1-git-send-email-a.kesavan@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141108_202137_184835_EE3D9B54 X-CRM114-Status: GOOD ( 10.35 ) X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, kesavan.abhilash@gmail.com, linux-samsung-soc@vger.kernel.org, arnd@arndb.de, robh@kernel.org, catalin.marinas@arm.com, tomasz.figa@gmail.com, lorenzo.pieralisi@arm.com, olof@lixom.net X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham 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: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. It also enables RTC, WDT and Pinctrl for Exynos7. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/Kconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 66b0b51..2b5e0b0 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -143,6 +143,23 @@ source "kernel/Kconfig.freezer" menu "Platform selection" +config ARCH_EXYNOS + bool + help + This enables support for Samsung Exynos SoC family + +config ARCH_EXYNOS7 + bool "ARMv8 based Samsung Exynos7" + select ARCH_EXYNOS + select COMMON_CLK_SAMSUNG + select HAVE_S3C2410_WATCHDOG if WATCHDOG + select HAVE_S3C_RTC if RTC_CLASS + select PINCTRL + select PINCTRL_EXYNOS + + help + This enables support for Samsung Exynos7 SoC family + config ARCH_THUNDER bool "Cavium Inc. Thunder SoC Family" help