From patchwork Mon Apr 29 19:26:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 2501681 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id BE7C63FD1A for ; Mon, 29 Apr 2013 19:28:04 +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 1UWtjq-0003nG-6U; Mon, 29 Apr 2013 19:27:50 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UWtji-0001xo-CS; Mon, 29 Apr 2013 19:27:42 +0000 Received: from mail-ee0-f44.google.com ([74.125.83.44]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UWtjf-0001vI-MY for linux-arm-kernel@lists.infradead.org; Mon, 29 Apr 2013 19:27:41 +0000 Received: by mail-ee0-f44.google.com with SMTP id t10so2765756eei.17 for ; Mon, 29 Apr 2013 12:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=SQ4RyaihUFlDsyDwpVbcpRgO4N+X+J5XSNCgPBjagKk=; b=kFjpuyyzaNwhrYyHPYn6D6KfeDMMa/tPG1yKhMyTYl65egPwake4odo50D0po854wb sStto5gvFloOFNM8n9lRxMoX/MK6JH4Uud3nw/4ZxWNd/SK2GrNeKltqjCXeJaws5+BV oiPCavpE+8NYTNjG/rcUlLZDFAahXcKyyuys4dmiYDbxhdDQuJlAKRv6E3kECwhsWUSM vEXk7kQW5zVdUDZ3YxTiP7EpP7SOf2Nz6BYCAtBHPslX44UsHotKtocKfp8ijHyH6Yfs W4fOMFcbHTwxuCXNuXB5Rf19bpoPZGrV/TupZS0prolIfcE8A4dyHwqPQgYVKo3Zhi3U HdJQ== X-Received: by 10.14.110.198 with SMTP id u46mr126801347eeg.41.1367263634709; Mon, 29 Apr 2013 12:27:14 -0700 (PDT) Received: from topkick.lan (dslc-082-083-251-181.pools.arcor-ip.net. [82.83.251.181]) by mx.google.com with ESMTPSA id n7sm34488539eeo.0.2013.04.29.12.27.12 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 12:27:13 -0700 (PDT) Received: from edge.lan (magicgate.lan [192.168.1.1]) by topkick.lan (Postfix) with ESMTPSA id 18842603B9; Mon, 29 Apr 2013 21:26:51 +0200 (CEST) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Subject: [PATCH RESEND] ARM: dove: fix Dove cpu type from V7 to PJ4 Date: Mon, 29 Apr 2013 21:26:52 +0200 Message-Id: <1367263612-17596-1-git-send-email-sebastian.hesselbarth@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1364051211-24414-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1364051211-24414-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130429_152739_864180_927146EC X-CRM114-Status: GOOD ( 12.80 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (sebastian.hesselbarth[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.44 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Andrew Lunn , Russell King , Jason Cooper , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org 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 The CPU used in Marvell Dove SoCs is a PJ4 Sheeva core. Using CONFIG_CPU_PJ4 instead of CONFIG_CPU_V7 will enable iWMMXt extensions on Dove. Signed-off-by: Sebastian Hesselbarth Acked-by: Jason Cooper Acked-by: Andrew Lunn --- Note: This patch is rebased on v3.9 and patch message has been modified to point out that iWMMXt is now enforced on CPU_PJ4. Cc: Jason Cooper Cc: Andrew Lunn Cc: Russell King Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1cacda4..3c5e4da 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -555,7 +555,7 @@ config ARCH_IXP4XX config ARCH_DOVE bool "Marvell Dove" select ARCH_REQUIRE_GPIOLIB - select CPU_V7 + select CPU_PJ4 select GENERIC_CLOCKEVENTS select MIGHT_HAVE_PCI select PINCTRL