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:
a60b9f4
)
ARM: dts: am4372: Add missing unit name to memory nodes
author
Javier Martinez Canillas
<javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:32 +0000
(12:35 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 31 Aug 2016 14:40:25 +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/am4372.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am4372.dtsi
b/arch/arm/boot/dts/am4372.dtsi
index dda607d254ae566c5c8afe4b1d70c3bcb6b771ec..a275fa956813df7a34d6505c97a52c578207e3aa 100644
(file)
--- a/
arch/arm/boot/dts/am4372.dtsi
+++ b/
arch/arm/boot/dts/am4372.dtsi
@@
-17,7
+17,7
@@
#address-cells = <1>;
#size-cells = <1>;
- memory {
+ memory
@0
{
device_type = "memory";
reg = <0 0>;
};