Re: [PATCH 1/2] arm64: dts: qcom: msm8953: Set initial address for memory

From: Konrad Dybcio
Date: Tue Oct 17 2023 - 12:30:39 EST




On 10/16/23 09:37, Stephan Gerhold wrote:
On Sun, Oct 15, 2023 at 10:26:01PM +0200, Luca Weiss wrote:
The dtbs_check really doesn't like having memory without reg set.
Address this by setting it to 0x10000000 which seems to be the value
filled in by the bootloader.


Looks like MSM8953 has the same RAM setup as MSM8916, where the base
address depends on the amount of RAM you have:

<= 2.00 GiB RAM: 0x80000000
= 3.00 GiB RAM: 0x40000000
= 3.75 GiB RAM: 0x10000000
What a royal mess

Konrad