Re: [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

From: Konrad Dybcio
Date: Sat Jun 21 2025 - 07:34:34 EST


On 6/21/25 12:53 PM, Luca Weiss wrote:
>
>
> Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> schreef op 21 juni 2025 12:11:00 CEST:
>> On 6/21/25 11:27 AM, Luca Weiss wrote:
>>> On 21-06-2025 9:07 a.m., cristian_ci wrote:
>>>> On Saturday, June 21st, 2025 at 00:20, Luca Weiss <luca@xxxxxxxxxxxx> wrote:

[...]

>>> which means that you should only have one value for address, and one for size, so "reg = <0x84a00000 0x1900000>;". This is different to most other Qualcomm arm64 SoCs.
>>
>> reserved-memory {
>> #address-cells = <2>;
>> #size-cells = <2>;
>> ranges;
>
> Huh, why this mix'n'match in this SoC... Fun

I *think* some of these older SoCs should be able to address more than
32 bits of memory, so it makes sense in that way

Konrad