Skip to content

Commit

Permalink
arm64: dts: qcom: ipq6018: drop '0x' from unit address
Browse files Browse the repository at this point in the history
[ Upstream commit 1b91b8e ]

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: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210308060826.3074234-19-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
vinodkoul authored and gregkh committed Sep 18, 2021
1 parent c5816f2 commit bb4d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/ipq6018.dtsi
Expand Up @@ -151,7 +151,7 @@
#size-cells = <2>;
ranges;

rpm_msg_ram: memory@0x60000 {
rpm_msg_ram: memory@60000 {
reg = <0x0 0x60000 0x0 0x6000>;
no-map;
};
Expand Down

0 comments on commit bb4d913

Please sign in to comment.