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:
c5ee1b4
)
ARM: dts: dm8168: Add missing unit name to memory nodes
author
Javier Martinez Canillas
<javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:35 +0000
(12:35 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 31 Aug 2016 14:40:27 +0000
(07:40 -0700)
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm8168-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dm8168-evm.dts
b/arch/arm/boot/dts/dm8168-evm.dts
index 1380922827be19987a6826f3d760ea7cba1bcac6..0bf55fa72dea87d2652ed16239e91aca46f46dda 100644
(file)
--- a/
arch/arm/boot/dts/dm8168-evm.dts
+++ b/
arch/arm/boot/dts/dm8168-evm.dts
@@
-12,7
+12,7
@@
model = "DM8168 EVM";
compatible = "ti,dm8168-evm", "ti,dm8168";
- memory {
+ memory
@80000000
{
device_type = "memory";
reg = <0x80000000 0x40000000 /* 1 GB */
0xc0000000 0x40000000>; /* 1 GB */