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

Commit 4b1a54b

Browse files
committed
Merge tag 'qcom-arm32-for-6.11-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dt
One more Arm32 DeviceTree update for v6.11 This fixes the DeviceTree validation warning about MSM8960 /memory node not having a unit address. * tag 'qcom-arm32-for-6.11-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: ARM: dts: qcom: msm8960: correct memory base Link: https://lore.kernel.org/r/20240709191506.3285-1-andersson@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 95ab7b2 + c184264 commit 4b1a54b

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)