From patchwork Wed Aug 5 01:43:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Fong X-Patchwork-Id: 6945501 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F0C8C9F358 for ; Wed, 5 Aug 2015 01:45:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 21344205CA for ; Wed, 5 Aug 2015 01:45:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5DD72205B6 for ; Wed, 5 Aug 2015 01:45:31 +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 1ZMnkB-0005qL-Ta; Wed, 05 Aug 2015 01:43:47 +0000 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZMnk9-0005mL-FP for linux-arm-kernel@lists.infradead.org; Wed, 05 Aug 2015 01:43:46 +0000 Received: by pacgq8 with SMTP id gq8so21894886pac.3 for ; Tue, 04 Aug 2015 18:43:24 -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=/Q33hsKKqkBQF+2nweD02tvd+hOM/pZxlJT4nMDiir4=; b=xCReKJd8CKZ5N2o1xebs5hmBih6vagDgyKM3Jp+BWPiApZERaZef9a8IfiFJ2S6NJJ 9ryZTUXQriTR2LbXgtymMzNn2ArkMqxMTq20Uf4Urn5gxt7llcE4A/A+S460SFEAt8Xc Ca7TSBKcqG2h0l2XlzksLUIUEJWzKO6A+/9MNhq2jh/Dg2Xj5mmlPKM5EqQDXpSZcVf2 B6BjjqPwpT0g7/zAtHRcbXBbnzcydoAQiUlStyXOeVb81YVYC1CMl+GuHw6qq41BpyPc JFYO1bJ5gB6E6v87hCv+5VNFqhwt18GfLGU9BMSeXw/blMzs7joAfjRYR/5XAygXby3w O9rQ== X-Received: by 10.68.217.102 with SMTP id ox6mr14210593pbc.158.1438739004049; Tue, 04 Aug 2015 18:43:24 -0700 (PDT) Received: from gregory-irv-00.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by smtp.gmail.com with ESMTPSA id bx7sm706015pdb.82.2015.08.04.18.43.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 04 Aug 2015 18:43:23 -0700 (PDT) From: Gregory Fong To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: BCM: Enable ARM erratum 798181 for BRCMSTB Date: Tue, 4 Aug 2015 18:43:28 -0700 Message-Id: <1438739008-16718-1-git-send-email-gregory.0xf0@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150804_184345_573454_8BFE8D16 X-CRM114-Status: GOOD ( 10.83 ) X-Spam-Score: -2.5 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Fainelli , Russell King , Scott Branden , Ray Jui , open list , "open list:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE..." , Gregory Fong 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=-4.2 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=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 Commit 04fcab32d3fa1d3f6afe97e0ab431c5572e07a2c ("ARM: 8111/1: Enable erratum 798181 for Broadcom Brahma-B15") enables this erratum for affected Broadcom Brahma-B15 CPUs when CONFIG_ARM_ERRATA_798181=y. Let's make sure that config option is actually set. Signed-off-by: Gregory Fong --- arch/arm/mach-bcm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 0ac9e4b3..eed8746 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -140,6 +140,7 @@ config ARCH_BCM_63XX config ARCH_BRCMSTB bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7 select ARM_GIC + select ARM_ERRATA_798181 if SMP select HAVE_ARM_ARCH_TIMER select BRCMSTB_GISB_ARB select BRCMSTB_L2_IRQ