projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cda44
)
arm: zynq: Add missing address node name in microzed board
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 17 Jan 2018 14:21:38 +0000
(15:21 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 8 Mar 2018 07:11:07 +0000
(08:11 +0100)
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: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-microzed.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/zynq-microzed.dts
b/arch/arm/boot/dts/zynq-microzed.dts
index e017cb67ffba32fc87f928a446809d3cd50ffc95..aa4a0b6defb84438b56a8c0a0ee358fb885d75fd 100644
(file)
--- a/
arch/arm/boot/dts/zynq-microzed.dts
+++ b/
arch/arm/boot/dts/zynq-microzed.dts
@@
-15,7
+15,7
@@
serial0 = &uart1;
};
- memory {
+ memory
@0
{
device_type = "memory";
reg = <0x0 0x40000000>;
};