Commit 0b639b81 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Heiko Stuebner

ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 boards

This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 09fbc4a0
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "rk3288.dtsi" #include "rk3288.dtsi"
/ { / {
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x0 0x80000000>; reg = <0x0 0x80000000>;
}; };
......
...@@ -46,7 +46,7 @@ / { ...@@ -46,7 +46,7 @@ / {
model = "Rockchip RK3288 Fennec Board"; model = "Rockchip RK3288 Fennec Board";
compatible = "rockchip,rk3288-fennec", "rockchip,rk3288"; compatible = "rockchip,rk3288-fennec", "rockchip,rk3288";
memory { memory@0 {
reg = <0x0 0x80000000>; reg = <0x0 0x80000000>;
device_type = "memory"; device_type = "memory";
}; };
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include "rk3288.dtsi" #include "rk3288.dtsi"
/ { / {
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0 0x80000000>; reg = <0 0x80000000>;
}; };
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "rk3288.dtsi" #include "rk3288.dtsi"
/ { / {
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0 0x80000000>; reg = <0 0x80000000>;
}; };
......
...@@ -52,7 +52,7 @@ chosen { ...@@ -52,7 +52,7 @@ chosen {
stdout-path = "serial2:115200n8"; stdout-path = "serial2:115200n8";
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0 0x80000000>; reg = <0 0x80000000>;
}; };
......
...@@ -48,7 +48,7 @@ / { ...@@ -48,7 +48,7 @@ / {
model = "PopMetal-RK3288"; model = "PopMetal-RK3288";
compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288"; compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
memory{ memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0 0x80000000>; reg = <0 0x80000000>;
}; };
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
/ { / {
compatible = "netxeon,r89", "rockchip,rk3288"; compatible = "netxeon,r89", "rockchip,rk3288";
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x0 0x80000000>; reg = <0x0 0x80000000>;
}; };
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include "rk3288.dtsi" #include "rk3288.dtsi"
/ { / {
memory { memory@0 {
reg = <0x0 0x80000000>; reg = <0x0 0x80000000>;
device_type = "memory"; device_type = "memory";
}; };
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include "rk3288.dtsi" #include "rk3288.dtsi"
/ { / {
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x0 0x80000000>; reg = <0x0 0x80000000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment