ARM: dts: qcom: mdm9615: fix memory node for Sierra Wireless WP8548
authorDavid Heidelberg <david@ixit.cz>
Wed, 20 Oct 2021 23:44:29 +0000 (01:44 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 24 Oct 2021 03:09:45 +0000 (22:09 -0500)
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
arch/arm/boot/dts/qcom-mdm9615-wp8548.dtsi

index a725b73b5a2e31cb8bdffdad48a28a47203f274c..10ad929759ed798e85cbc7768b9b989984f4ccdc 100644 (file)
@@ -49,7 +49,7 @@
        model = "Sierra Wireless WP8548 Module";
        compatible = "swir,wp8548", "qcom,mdm9615";
 
-       memory {
+       memory@48000000 {
                device_type = "memory";
                reg = <0x48000000 0x7F00000>;
        };