Skip to content

Commit ce0295a

Browse files
okiasandersson
authored andcommitted
ARM: dts: qcom: mdm9615: fix memory node for Sierra Wireless WP8548
Specify unit address for the memory node, to match the reg. Signed-off-by: David Heidelberg <[email protected]> [bjorn: Rewrote commit message] Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a7fe015 commit ce0295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/qcom-mdm9615-wp8548.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
model = "Sierra Wireless WP8548 Module";
5050
compatible = "swir,wp8548", "qcom,mdm9615";
5151

52-
memory {
52+
memory@48000000 {
5353
device_type = "memory";
5454
reg = <0x48000000 0x7F00000>;
5555
};

0 commit comments

Comments
 (0)