mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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: 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>
This commit is contained in:
parent
c81210e389
commit
1b91b8ef60
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue