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 <david@ixit.cz>
[bjorn: Rewrote commit message]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020234431.298310-1-david@ixit.cz
This commit is contained in:
David Heidelberg 2021-10-21 01:44:29 +02:00 committed by Bjorn Andersson
parent a7fe01561e
commit ce0295a555
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
model = "Sierra Wireless WP8548 Module";
compatible = "swir,wp8548", "qcom,mdm9615";
memory {
memory@48000000 {
device_type = "memory";
reg = <0x48000000 0x7F00000>;
};