Commit 7d3439f9 authored by Michal Simek's avatar Michal Simek

arm: zynq: Add missing address node name in microzed board

This patch is fixing issue reported by dtc:
arch/arm/boot/dts/zynq-microzed.dtb: Warning (unit_address_vs_reg): Node
/memory has a reg or ranges property, but no unit name
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 32cda44d
......@@ -15,7 +15,7 @@ aliases {
serial0 = &uart1;
};
memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x40000000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment