From patchwork Thu Jun 5 19:10:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Ruder X-Patchwork-Id: 4308261 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 2AB609F163 for ; Thu, 5 Jun 2014 19:14:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6BB30202BE for ; Thu, 5 Jun 2014 19:14:07 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4AE3B20274 for ; Thu, 5 Jun 2014 19:14:06 +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 1Wsd57-0002dO-Dq; Thu, 05 Jun 2014 19:12:09 +0000 Received: from new1-smtp.messagingengine.com ([66.111.4.221]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wsd55-0002SR-33 for linux-arm-kernel@lists.infradead.org; Thu, 05 Jun 2014 19:12:07 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 76E454C0; Thu, 5 Jun 2014 15:11:24 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 05 Jun 2014 15:11:26 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:date:message-id; s= smtpout; bh=ltmRMhphSrRMuMTecXsFfSU8LkE=; b=r3hQ6Ui/oAVF244QiJiO WYGT0PWAH5Q0U8gxavKUqBze1W9o2B0BfGPbEML4J1QFstlhCKJo1k5EhYkUqFjs 2UQmF8zy4TxeN/A79DAGtsPA1RQv8dbQG63B2iNy57BZmfaP6/tZIE1qmA8QeTS+ /Y7lph81jaxXJC+u9RP3s14= X-Sasl-enc: CRmIi6CBHeBj49WavHG/RvoWjsRy0kHLB1Gt8qNI6b+k 1401995484 Received: from andrewruder-hplin.dci.local (unknown [64.198.156.98]) by mail.messagingengine.com (Postfix) with ESMTPA id 2894F6801E4; Thu, 5 Jun 2014 15:11:24 -0400 (EDT) From: Andrew Ruder To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm: pxa: correct errata number for PXA270 Date: Thu, 5 Jun 2014 14:10:56 -0500 Message-Id: <1401995457-24721-1-git-send-email-andrew.ruder@elecsyscorp.com> X-Mailer: git-send-email 1.9.0.rc3.12.gbc97e2d X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140605_121207_268029_04510BE7 X-CRM114-Status: UNSURE ( 6.24 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: linux@arm.linux.org.uk, Andrew Ruder , eric.y.miao@gmail.com, linux-kernel@vger.kernel.org, haojian.zhuang@gmail.com 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=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, 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 Comment incorrectly cites errata 39 E39. SDIO: SDIO Devices Not Working at 19.5 Mbps Should be errata 38 E38. MEMC: Memory Controller hangs when entering Self Refresh Mode. Signed-off-by: Andrew Ruder Acked-by: Haojian Zhuang --- arch/arm/mach-pxa/sleep.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/sleep.S b/arch/arm/mach-pxa/sleep.S index 1e544be..6c5b3ff 100644 --- a/arch/arm/mach-pxa/sleep.S +++ b/arch/arm/mach-pxa/sleep.S @@ -157,7 +157,7 @@ pxa_cpu_do_suspend: @ Do not reorder... @ Intel PXA270 Specification Update notes problems performing @ external accesses after SDRAM is put in self-refresh mode - @ (see Errata 39 ...hangs when entering self-refresh mode) + @ (see Errata 38 ...hangs when entering self-refresh mode) @ force address lines low by reading at physical address 0 ldr r3, [r2]