projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c71aa0e
)
arm64: dts: berlin4ct-dmp: add missing unit name to /memory node
author
Jisheng Zhang
<jszhang@marvell.com>
Tue, 6 Sep 2016 08:51:23 +0000
(16:51 +0800)
committer
Jisheng Zhang
<jszhang@marvell.com>
Fri, 25 Nov 2016 09:14:00 +0000
(17:14 +0800)
This patch fixes the following DTC warning with W=1:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
index
0d70d39
..
fae6c69
100644
(file)
--- a/
arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
+++ b/
arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
@@
-54,7
+54,7
@@
stdout-path = "serial0:115200n8";
};
- memory {
+ memory
@1000000
{
device_type = "memory";
/* the first 16MB is for firmwares' usage */
reg = <0 0x01000000 0 0x7f000000>;