Skip to content

Commit 4bd1d0b

Browse files
Michal Simekgregkh
authored andcommitted
ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
[ Upstream commit 4ea2a6be9565455f152c12f80222af1582ede0c7 ] The patch removes these warnings reported by dtc 1.4: Warning (unit_address_vs_reg): Node /amba_apu has a reg or ranges property, but no unit name Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a07d8c1 commit 4bd1d0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
stdout-path = "serial0:115200n8";
2727
};
2828

29-
memory {
29+
memory@0 {
3030
device_type = "memory";
3131
reg = <0x0 0x0 0x40000000>;
3232
};

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<1 10 0xf01>;
7272
};
7373

74-
amba_apu {
74+
amba_apu: amba_apu@0 {
7575
compatible = "simple-bus";
7676
#address-cells = <2>;
7777
#size-cells = <1>;

0 commit comments

Comments
 (0)