Commit aed2886a authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Michael Ellerman

powerpc/5200: dts: fix memory node unit name

Fixes build warnings:
Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211013220532.24759-4-agust@denx.de
parent 7855b6c6
...@@ -35,7 +35,7 @@ PowerPC,5200@0 { ...@@ -35,7 +35,7 @@ PowerPC,5200@0 {
}; };
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x08000000>; // 128MB reg = <0x00000000 0x08000000>; // 128MB
}; };
......
...@@ -16,7 +16,7 @@ / { ...@@ -16,7 +16,7 @@ / {
model = "intercontrol,digsy-mtc"; model = "intercontrol,digsy-mtc";
compatible = "intercontrol,digsy-mtc"; compatible = "intercontrol,digsy-mtc";
memory { memory@0 {
reg = <0x00000000 0x02000000>; // 32MB reg = <0x00000000 0x02000000>; // 32MB
}; };
......
...@@ -32,7 +32,7 @@ PowerPC,5200@0 { ...@@ -32,7 +32,7 @@ PowerPC,5200@0 {
}; };
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x04000000>; // 64MB reg = <0x00000000 0x04000000>; // 64MB
}; };
......
...@@ -31,7 +31,7 @@ tmr3 { ...@@ -31,7 +31,7 @@ tmr3 {
led4 { gpios = <&gpio_simple 2 1>; }; led4 { gpios = <&gpio_simple 2 1>; };
}; };
memory { memory@0 {
reg = <0x00000000 0x10000000>; // 256MB reg = <0x00000000 0x10000000>; // 256MB
}; };
......
...@@ -32,7 +32,7 @@ PowerPC,5200@0 { ...@@ -32,7 +32,7 @@ PowerPC,5200@0 {
}; };
}; };
memory { memory@0 {
reg = <0x00000000 0x08000000>; // 128MB RAM reg = <0x00000000 0x08000000>; // 128MB RAM
}; };
......
...@@ -33,7 +33,7 @@ powerpc: PowerPC,5200@0 { ...@@ -33,7 +33,7 @@ powerpc: PowerPC,5200@0 {
}; };
}; };
memory: memory { memory: memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x04000000>; // 64MB reg = <0x00000000 0x04000000>; // 64MB
}; };
......
...@@ -12,7 +12,7 @@ / { ...@@ -12,7 +12,7 @@ / {
model = "ifm,o2d"; model = "ifm,o2d";
compatible = "ifm,o2d"; compatible = "ifm,o2d";
memory { memory@0 {
reg = <0x00000000 0x08000000>; // 128MB reg = <0x00000000 0x08000000>; // 128MB
}; };
......
...@@ -19,7 +19,7 @@ / { ...@@ -19,7 +19,7 @@ / {
model = "ifm,o2d"; model = "ifm,o2d";
compatible = "ifm,o2d"; compatible = "ifm,o2d";
memory { memory@0 {
reg = <0x00000000 0x04000000>; // 64MB reg = <0x00000000 0x04000000>; // 64MB
}; };
......
...@@ -12,7 +12,7 @@ / { ...@@ -12,7 +12,7 @@ / {
model = "ifm,o2dnt2"; model = "ifm,o2dnt2";
compatible = "ifm,o2d"; compatible = "ifm,o2d";
memory { memory@0 {
reg = <0x00000000 0x08000000>; // 128MB reg = <0x00000000 0x08000000>; // 128MB
}; };
......
...@@ -12,7 +12,7 @@ / { ...@@ -12,7 +12,7 @@ / {
model = "ifm,o3dnt"; model = "ifm,o3dnt";
compatible = "ifm,o2d"; compatible = "ifm,o2d";
memory { memory@0 {
reg = <0x00000000 0x04000000>; // 64MB reg = <0x00000000 0x04000000>; // 64MB
}; };
......
...@@ -20,7 +20,7 @@ / { ...@@ -20,7 +20,7 @@ / {
model = "phytec,pcm032"; model = "phytec,pcm032";
compatible = "phytec,pcm032"; compatible = "phytec,pcm032";
memory { memory@0 {
reg = <0x00000000 0x08000000>; // 128MB reg = <0x00000000 0x08000000>; // 128MB
}; };
......
...@@ -32,7 +32,7 @@ PowerPC,5200@0 { ...@@ -32,7 +32,7 @@ PowerPC,5200@0 {
}; };
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x04000000>; // 64MB reg = <0x00000000 0x04000000>; // 64MB
}; };
......
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