Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit c184264

Browse files
okiasandersson
authored andcommitted
ARM: dts: qcom: msm8960: correct memory base
DeviceTree validation requires a unit address on the memory node, adjust the base to match [Ref] and use this as unit address. The bootloader will update the information with the actual values during boot. Ref: https://github.com/msm8916-mainline/lk2nd/blob/main/target/msm8960/rules.mk Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: David Heidelberg <david@ixit.cz> Link: https://lore.kernel.org/r/20240706220041.241839-1-david@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 2a5454d commit c184264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/qcom/qcom-msm8960.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
};
4848
};
4949

50-
memory {
50+
memory@80000000 {
5151
device_type = "memory";
52-
reg = <0x0 0x0>;
52+
reg = <0x80000000 0>;
5353
};
5454

5555
cpu-pmu {

0 commit comments

Comments
 (0)