From patchwork Sat Sep 28 17:49:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Figa X-Patchwork-Id: 2958381 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 073969F288 for ; Sat, 28 Sep 2013 17:50:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4719A20363 for ; Sat, 28 Sep 2013 17:50:07 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3D73B20207 for ; Sat, 28 Sep 2013 17:50:06 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPyeS-0000lO-Pd; Sat, 28 Sep 2013 17:49:56 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPyeQ-0006Yg-DG; Sat, 28 Sep 2013 17:49:54 +0000 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPyeN-0006Xr-2X for linux-arm-kernel@lists.infradead.org; Sat, 28 Sep 2013 17:49:51 +0000 Received: by mail-ee0-f48.google.com with SMTP id l10so1807533eei.35 for ; Sat, 28 Sep 2013 10:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=eQQItoXVb4NUjEwCq8T6U/4XBjuQzKh/l3tHCWLxZGU=; b=R98G8qlmwQcxNNjdvASVh6cJUZyYm9bqGfEjavt5KFinLYWsyWw2SAUs/QdwIjlaCj nXATV/3VyCHSb/J3Fyz8m2/iK42+dqlNbdTi47UNYMmH6z5e8UtuRgoFeiYdF7gVr25p VuKxDjhQpRe9sGEJkkpvKQApHj5Zw01v6DH9KxB8AFmI03chXjQHAKzTRbdiG/P+2fvB 7q3osq3Cx/VKIDj5uFpF1+1vpmpp0nMzbvRhN+RyMoEqofTKRbMtsOhYyFMPImX0dhn2 I95HUvrISJcH3525A+B3EcTG21d+8VQIlwR4F/NBr8IKZanqRKlatDUYxBhbaBb/mf7A M7Pg== X-Received: by 10.14.109.201 with SMTP id s49mr3162637eeg.54.1380390568466; Sat, 28 Sep 2013 10:49:28 -0700 (PDT) Received: from flatron.tomeq (87-207-52-162.dynamic.chello.pl. [87.207.52.162]) by mx.google.com with ESMTPSA id i1sm30171344eeg.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Sep 2013 10:49:28 -0700 (PDT) From: Tomasz Figa To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: s3c64xx: Select CPU_V6K instead of CPU_V6 Date: Sat, 28 Sep 2013 19:49:14 +0200 Message-Id: <1380390554-4400-1-git-send-email-tomasz.figa@gmail.com> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130928_134951_239706_F2B78B28 X-CRM114-Status: GOOD ( 10.92 ) X-Spam-Score: -2.0 (--) Cc: Kukjin Kim , Russell King , Arnd Bergmann , linux-kernel@vger.kernel.org, Tomasz Figa , linux-samsung-soc@vger.kernel.org, Olof Johansson 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=-6.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 All S3C64XX SoCs come with ARM1176JZF-s core, which fully supports ARMv6K extensions. This patch lets the kernel use them on S3C6410 by adding selection of CPU_V6K to ARCH_S3C64XX. Signed-off-by: Tomasz Figa --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b766dad..3a41bbb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -728,7 +728,7 @@ config ARCH_S3C64XX select CLKDEV_LOOKUP select CLKSRC_SAMSUNG_PWM select COMMON_CLK - select CPU_V6 + select CPU_V6K select GENERIC_CLOCKEVENTS select GPIO_SAMSUNG select HAVE_CLK