From: David Heidelberg Date: Sat, 6 Jul 2024 22:00:30 +0000 (-0700) Subject: ARM: dts: qcom: msm8960: correct memory base X-Git-Tag: v6.11-rc1~188^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1842643a3df6004d1bc9df74e34d8b72997d886;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: David Heidelberg Link: https://lore.kernel.org/r/20240706220041.241839-1-david@ixit.cz Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi index a9c6d2dbb460a..ebc43c5c6e5f7 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi @@ -47,9 +47,9 @@ }; }; - memory { + memory@80000000 { device_type = "memory"; - reg = <0x0 0x0>; + reg = <0x80000000 0>; }; cpu-pmu {