Skip to content

Commit

Permalink
ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek committed Jan 2, 2017
1 parent 7ce7d89 commit 4ea2a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
stdout-path = "serial0:115200n8";
};

memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x0 0x0 0x40000000>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<1 10 0xf08>;
};

amba_apu {
amba_apu: amba_apu@0 {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <1>;
Expand Down

0 comments on commit 4ea2a6b

Please sign in to comment.