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:
parent
a7fe01561e
commit
ce0295a555
|
@ -49,7 +49,7 @@
|
|||
model = "Sierra Wireless WP8548 Module";
|
||||
compatible = "swir,wp8548", "qcom,mdm9615";
|
||||
|
||||
memory {
|
||||
memory@48000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x48000000 0x7F00000>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue