From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751775AbeB1Ajc (ORCPT ); Tue, 27 Feb 2018 19:39:32 -0500 Received: from mail-qt0-f170.google.com ([209.85.216.170]:37540 "EHLO mail-qt0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbeB1Aja (ORCPT ); Tue, 27 Feb 2018 19:39:30 -0500 X-Google-Smtp-Source: AG47ELt7RoQfIXa/q6+UUuSss2Z1hYO2Dly87HNCp6ezApKUkXJrbH3vE/b806cc1TxLabYyDMZ7/w== Subject: Re: [PATCH] ARM: dts: NSP: Fix amount of RAM on BCM958625HR To: Jon Mason , Florian Fainelli Cc: linux-arm-kernel , Rob Herring , Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason , "maintainer:BROADCOM IPROC ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list References: <20180227010312.7495-1-f.fainelli@gmail.com> From: Florian Fainelli Message-ID: Date: Tue, 27 Feb 2018 16:39:19 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/27/2018 07:02 AM, Jon Mason wrote: > On Mon, Feb 26, 2018 at 8:03 PM, Florian Fainelli wrote: >> Jon attempted to fix the amount of RAM on the BCM958625HR in commit >> c53beb47f621 ("ARM: dts: NSP: Correct RAM amount for BCM958625HR board") >> but it seems like we tripped over some poorly documented schematics. >> >> The top-level page of the schematics says the board has 2GB, but when >> you end-up scrolling to page 6, you see two chips of 4GiB (512MB) but >> what the bootloader really initializes only 512MB, any attempt to use >> more than that results in data aborts. Fix this again back to 512MB. >> >> Fixes: c53beb47f621 ("ARM: dts: NSP: Correct RAM amount for BCM958625HR board") >> Signed-off-by: Florian Fainelli > > Acked-by: Jon Mason Applied to devicetree/fixes -- Florian