Skip to content

Commit

Permalink
ARM: dts: qcom: msm8960: correct memory base
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
okias committed Jul 6, 2024
1 parent bf75692 commit 7d9d73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/qcom/qcom-msm8960.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
};
};

memory {
memory@80000000 {
device_type = "memory";
reg = <0x0 0x0>;
reg = <0x80000000 0>;
};

cpu-pmu {
Expand Down

0 comments on commit 7d9d73f

Please sign in to comment.