From patchwork Fri Mar 29 17:51:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Press X-Patchwork-Id: 2366341 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 0AFDCDFB79 for ; Fri, 29 Mar 2013 17:54:04 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULdSb-0008Qv-OW; Fri, 29 Mar 2013 17:51:29 +0000 Received: from mail-gh0-f178.google.com ([209.85.160.178]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULdSY-0008Q3-Dx for linux-arm-kernel@lists.infradead.org; Fri, 29 Mar 2013 17:51:26 +0000 Received: by mail-gh0-f178.google.com with SMTP id g24so57152ghb.37 for ; Fri, 29 Mar 2013 10:51:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=cF155LjyVj96BSvZSd3KoyCtDLN1CPnSC3Bs87OK+X0=; b=Bwo/3NEmWdYhwlAGesXdY2pIza+l9LO3FGh5s+kNOHedF1EB2iQ76GROvvEig9TMOP 8M5w/sw6nVeMzBi5Oi70d15lok8PdD/PAuAGu6eSgqE//9r288LBV7cfJqTlWVi2O+4C k2ofp7tdKAfCQ0cIOK5EqziJDLW7dtAp4iDorNxJWrCNOtOad4nXl9N5Ji2hbTIYixgX VlJET2byMb1n4R+Bz5MZxm9JdNzGT92bKgP3SVlZVFO+E3FigEJ1/OUCxuE+sxCGv3R4 ik5M7C20tAppB5n6iwKjX2UbIMtXTRSNWG7fuapU5gA43fJ5mwIwz2bg5irs+tgNFW0Q YnSg== X-Received: by 10.236.121.161 with SMTP id r21mr959112yhh.2.1364579484360; Fri, 29 Mar 2013 10:51:24 -0700 (PDT) Received: from archimedes (108-230-157-199.lightspeed.sntcca.sbcglobal.net. [108.230.157.199]) by mx.google.com with ESMTPS id a26sm2321586yhe.9.2013.03.29.10.51.21 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 29 Mar 2013 10:51:23 -0700 (PDT) Received: by archimedes (sSMTP sendmail emulation); Fri, 29 Mar 2013 10:51:19 -0700 From: Ryan Press To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm: mvebu: Fix the memory size on the Mirabox Date: Fri, 29 Mar 2013 10:51:17 -0700 Message-Id: <1364579477-19018-1-git-send-email-ryan@presslab.us> X-Mailer: git-send-email 1.8.1.2 X-Gm-Message-State: ALoCoQkRuyurIeOluXCBL/w41ZUbY4TK/ztdYuPg9D41jbNpQYvJpLl+XI1NPf+JUUazzJFslZC9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130329_135126_519473_923ECFDF X-CRM114-Status: GOOD ( 10.60 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.178 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] Cc: Ryan Press 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 memory size in the device tree is only 512 MB, but the Mirabox actually has 1 GB. Tested the change with memtester and no problems found. Signed-off-by: Ryan Press --- arch/arm/boot/dts/armada-370-mirabox.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/armada-370-mirabox.dts b/arch/arm/boot/dts/armada-370-mirabox.dts index dd0c57d..cfe3dd2 100644 --- a/arch/arm/boot/dts/armada-370-mirabox.dts +++ b/arch/arm/boot/dts/armada-370-mirabox.dts @@ -21,7 +21,7 @@ memory { device_type = "memory"; - reg = <0x00000000 0x20000000>; /* 512 MB */ + reg = <0x00000000 0x40000000>; /* 1 GB */ }; soc {