Commit ce0295a5 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

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: default avatarDavid Heidelberg <david@ixit.cz>
[bjorn: Rewrote commit message]
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020234431.298310-1-david@ixit.cz
parent a7fe0156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ / {
	model = "Sierra Wireless WP8548 Module";
	compatible = "swir,wp8548", "qcom,mdm9615";

	memory {
	memory@48000000 {
		device_type = "memory";
		reg = <0x48000000 0x7F00000>;
	};