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

2023-10-17 Thread Konrad Dybcio
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 0x1000 which seems to be the value filled in by the bootloader. Looks like MSM8953 has t

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

2023-10-15 Thread Luca Weiss
The dtbs_check really doesn't like having memory without reg set. Address this by setting it to 0x1000 which seems to be the value filled in by the bootloader. Signed-off-by: Luca Weiss --- arch/arm64/boot/dts/qcom/msm8953.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff