Commit 1b91b8ef authored by Vinod Koul's avatar Vinod Koul Committed by Bjorn Andersson

arm64: dts: qcom: ipq6018: drop '0x' from unit address

Nodes need not contain '0x' for the unit address. Drop it to fix the
below warning:

arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml: reserved-memory:
'memory@0x60000' does not match any of the regexes
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210308060826.3074234-19-vkoul@kernel.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c81210e3
...@@ -151,7 +151,7 @@ reserved-memory { ...@@ -151,7 +151,7 @@ reserved-memory {
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
rpm_msg_ram: memory@0x60000 { rpm_msg_ram: memory@60000 {
reg = <0x0 0x60000 0x0 0x6000>; reg = <0x0 0x60000 0x0 0x6000>;
no-map; no-map;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment