From patchwork Tue Mar 6 22:31:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 7125 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id BBA7923E74 for ; Tue, 6 Mar 2012 22:31:19 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 7EF37A183AE for ; Tue, 6 Mar 2012 22:31:19 +0000 (UTC) Received: by iage36 with SMTP id e36so10319976iag.11 for ; Tue, 06 Mar 2012 14:31:18 -0800 (PST) Received: from mr.google.com ([10.50.45.228]) by 10.50.45.228 with SMTP id q4mr10591695igm.58.1331073078989 (num_hops = 1); Tue, 06 Mar 2012 14:31:18 -0800 (PST) Received: by 10.50.45.228 with SMTP id q4mr8815114igm.58.1331073078925; Tue, 06 Mar 2012 14:31:18 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.53.18 with SMTP id k18csp1329ibg; Tue, 6 Mar 2012 14:31:18 -0800 (PST) Received: by 10.50.190.167 with SMTP id gr7mr9959221igc.53.1331073078279; Tue, 06 Mar 2012 14:31:18 -0800 (PST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id a10si5032534igj.11.2012.03.06.14.31.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 14:31:18 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) smtp.mail=mathieu.poirier@linaro.org Received: by iakl21 with SMTP id l21so10068292iak.37 for ; Tue, 06 Mar 2012 14:31:18 -0800 (PST) Received-SPF: pass (google.com: domain of mathieu.poirier@linaro.org designates 10.42.168.197 as permitted sender) client-ip=10.42.168.197; Received: from mr.google.com ([10.42.168.197]) by 10.42.168.197 with SMTP id x5mr17768444icy.6.1331073078212 (num_hops = 1); Tue, 06 Mar 2012 14:31:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.168.197 with SMTP id x5mr14683374icy.6.1331073078157; Tue, 06 Mar 2012 14:31:18 -0800 (PST) Received: from localhost.localdomain (S0106002369de4dac.cg.shawcable.net. [70.73.24.112]) by mx.google.com with ESMTPS id k3sm10944637igq.1.2012.03.06.14.31.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 14:31:17 -0800 (PST) From: mathieu.poirier@linaro.org To: linus.walleij@linaro.org Cc: linux-arm-kernel@infradead.org, patches@linaro.org, arnd@arndb.de Subject: [PATCH 4/6 v2] ARM: ux500: select L2X0 cache on ux500 Date: Tue, 6 Mar 2012 15:31:12 -0700 Message-Id: <1331073072-17037-1-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQnGzsNbc77BXUQS+h9V736dU5nm69keUI7pUyFnmlR6lYLdGQw6pmT4jteke6s1z/Lo6maT From: Arnd Bergmann The cache controller needs to be enabled for the cortex-a9 specific errata that are also selected to work. Also correcting config name for errata 753970. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier --- arch/arm/mach-ux500/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 50010b8..ed95db5 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -5,7 +5,7 @@ config UX500_SOC_COMMON default y select ARM_GIC select HAS_MTU - select ARM_ERRATA_753970 + select PL310_ERRATA_753970 if CACHE_L2X0 select ARM_ERRATA_754322 select ARM_ERRATA_764369