1
0

ARM: dts: omap3: Add missing unit name to memory nodes

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>
Este cometimento está contido em:
Javier Martinez Canillas
2016-08-31 12:35:27 +02:00
cometido por Tony Lindgren
ascendente 101ace8d13
cometimento 81777ff9dd
19 ficheiros modificados com 19 adições e 19 eliminações

Ver ficheiro

@@ -10,7 +10,7 @@
#include "omap34xx.dtsi"
/ {
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};