arm64: dts: qcom: ipq6018: drop '0x' from unit address
authorVinod Koul <vkoul@kernel.org>
Mon, 8 Mar 2021 06:08:26 +0000 (11:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:26 +0000 (13:40 +0200)
[ Upstream commit 1b91b8ef60e9a67141e66af3cca532c00f4605fe ]

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>
arch/arm64/boot/dts/qcom/ipq6018.dtsi

index cdc1e3d60c58eede3a577ef94a3d7c119a6a3777..3ceb36cac512ff46a9bfeee118eef8fae3918752 100644 (file)
                #size-cells = <2>;
                ranges;
 
-               rpm_msg_ram: memory@0x60000 {
+               rpm_msg_ram: memory@60000 {
                        reg = <0x0 0x60000 0x0 0x6000>;
                        no-map;
                };