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

2023-12-03 Thread Luca Weiss
On Sonntag, 3. Dezember 2023 05:20:23 CET Bjorn Andersson wrote: > On Sat, Nov 25, 2023 at 01:19:27PM +0100, Luca Weiss wrote: > > The dtbs_check really doesn't like having memory without reg set. > > > > The base address depends on the amount of RAM you have: > > <= 2.00 GiB RAM: 0x8000 >

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

2023-12-02 Thread Bjorn Andersson
On Sat, Nov 25, 2023 at 01:19:27PM +0100, Luca Weiss wrote: > The dtbs_check really doesn't like having memory without reg set. > > The base address depends on the amount of RAM you have: > > <= 2.00 GiB RAM: 0x8000 >= 3.00 GiB RAM: 0x4000 >= 3.75 GiB RAM: 0x1000 > (more

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

2023-11-25 Thread Luca Weiss
The dtbs_check really doesn't like having memory without reg set. The base address depends on the amount of RAM you have: <= 2.00 GiB RAM: 0x8000 = 3.00 GiB RAM: 0x4000 = 3.75 GiB RAM: 0x1000 (more does not fit into the 32-bit physical address space) So, let's pick one of