From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Wahren Subject: Re: [PATCH V3 7/8] ARM: dts: Add minimal Raspberry Pi 4 support Date: Sun, 6 Oct 2019 15:28:21 +0200 Message-ID: <4bc598da-e895-7223-73e8-b4ce6d2ac074@gmx.net> References: <1569672435-19823-1-git-send-email-wahrenst@gmx.net> <1569672435-19823-8-git-send-email-wahrenst@gmx.net> <77b0a773-912a-aa5b-6eb5-5423c2c07e58@gmail.com> <7d0414bb-fea8-e3e5-8b85-c18615a56c94@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Florian Fainelli , Rob Herring , Mark Rutland , Eric Anholt , Ray Jui , Scott Branden Cc: Catalin Marinas , devicetree@vger.kernel.org, Will Deacon , linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com List-Id: devicetree@vger.kernel.org Am 02.10.19 um 18:43 schrieb Florian Fainelli: > On 10/2/19 9:24 AM, Stefan Wahren wrote: >> Hi Florian, >> >> Am 28.09.19 um 21:58 schrieb Florian Fainelli: >>> On 9/28/2019 5:07 AM, Stefan Wahren wrote: >>> >>>> + memory@0 { >>>> + device_type = "memory"; >>>> + reg = <0 0 0x00000000>; >>>> + }; >>>> + >>> [snip] >>> >>>> +#include >>>> +#include >>>> + >>>> +/ { >>>> + compatible = "brcm,bcm2711"; >>>> + >>>> + #address-cells = <2>; >>>> + #size-cells = <1>; >>> Trying to see if we may need a #size-cells property value of 2 here, for >>> the 4GB model, I would assume that we would have to, unless we are fine >>> with supporting 4GB - 1byte of DRAM? >> I will try unless this requires a lot of adjustments or break the >> bootloader. > OK. Unfortunately this breaks bootloader or firmware. Since the BCM2711 is able to address 16 GB RAM this should be fixed later. I will open an issue and submit V4 without this suggested change.