From patchwork Wed Sep 5 08:11:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tetsuyuki Kobayashi X-Patchwork-Id: 1405861 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 6CDF040220 for ; Wed, 5 Sep 2012 08:12:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117Ab2IEIMQ (ORCPT ); Wed, 5 Sep 2012 04:12:16 -0400 Received: from vrgw9.firstserver.ne.jp ([164.46.1.107]:35654 "EHLO vrgw9.firstserver.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340Ab2IEIMK (ORCPT ); Wed, 5 Sep 2012 04:12:10 -0400 Received: from fvrsp33.firstserver.ne.jp (fvrsp33.firstserver.ne.jp [203.183.68.3]) by vrgw9.firstserver.ne.jp (8.13.8/8.13.8/FirstServer) with ESMTP id q858C2X9017843; Wed, 5 Sep 2012 17:12:02 +0900 (envelope-from koba@kmckk.co.jp) Received: from 203.137.25.97 (203.137.25.97) by fvrsp33.firstserver.ne.jp (F-Secure/virusgw_smtp/407/fvrsp33.firstserver.ne.jp); Wed, 05 Sep 2012 17:12:02 +0900 (JST) X-Virus-Status: clean(F-Secure/virusgw_smtp/407/fvrsp33.firstserver.ne.jp) Received: from localhost (58-188-103-12f2.kns1.eonet.ne.jp [58.188.103.12]) (authenticated (0 bits)) by mail.kmckk.co.jp (8.14.3/8.11.3) with ESMTP id q858C1na016456; Wed, 5 Sep 2012 17:12:01 +0900 From: Tetsuyuki Kobayshi To: horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, kuninori.morimoto.gx@renesas.com, Tetsuyuki Kobayashi Subject: [PATCH 1/3] ARM: shmobile: sh73a0: Select ERRATAs in Kconfig Date: Wed, 5 Sep 2012 17:11:48 +0900 Message-Id: <1346832708-7369-1-git-send-email-koba@kmckk.co.jp> X-Mailer: git-send-email 1.7.9.5 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Tetsuyuki Kobayashi SH73a0 SoC has Cortex-A9 core which revision is r2p8. This patch selects ERRATAs for this revision in Kconfig file. Signed-off-by: Tetsuyuki Kobayashi --- arch/arm/mach-shmobile/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 4cacc2d..a80836c 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -28,6 +28,13 @@ config ARCH_SH73A0 select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select I2C + select ARM_ERRATA_743622 + select ARM_ERRATA_751472 + select ARM_ERRATA_754322 + select ARM_ERRATA_764369 + select PL310_ERRATA_588369 if CACHE_PL310 + select PL310_ERRATA_727915 if CACHE_PL310 + select PL310_ERRATA_769419 if CACHE_PL310 config ARCH_R8A7740 bool "R-Mobile A1 (R8A77400)"