Skip to content
Snippets Groups Projects
Commit f16eda96 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: remove skeleton.dtsi inclusion


Linux Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated") declared that skeleton.dtsi was deprecated.

Move the memory node below to suppress warnings of FDTGREP.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent fc671ed4
No related branches found
No related tags found
No related merge requests found
Showing
with 63 additions and 63 deletions
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
model = "UniPhier LD4 Reference Board"; model = "UniPhier LD4 Reference Board";
compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4"; compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4";
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -35,6 +30,11 @@ ...@@ -35,6 +30,11 @@
i2c2 = &i2c2; i2c2 = &i2c2;
i2c3 = &i2c3; i2c3 = &i2c3;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* SPDX-License-Identifier: GPL-2.0+ X11 * SPDX-License-Identifier: GPL-2.0+ X11
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-ld4"; compatible = "socionext,uniphier-ld4";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
model = "UniPhier LD6b Reference Board"; model = "UniPhier LD6b Reference Board";
compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b"; compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -37,6 +32,11 @@ ...@@ -37,6 +32,11 @@
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
model = "UniPhier Pro4 Ace Board"; model = "UniPhier Pro4 Ace Board";
compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -34,6 +29,11 @@ ...@@ -34,6 +29,11 @@
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
}; };
&serial0 { &serial0 {
......
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
model = "UniPhier Pro4 Reference Board"; model = "UniPhier Pro4 Reference Board";
compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -38,6 +33,11 @@ ...@@ -38,6 +33,11 @@
i2c6 = &i2c6; i2c6 = &i2c6;
usb0 = &usb0; usb0 = &usb0;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
model = "UniPhier Pro4 Sanji Board"; model = "UniPhier Pro4 Sanji Board";
compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -33,6 +28,11 @@ ...@@ -33,6 +28,11 @@
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&serial0 { &serial0 {
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* SPDX-License-Identifier: GPL-2.0+ X11 * SPDX-License-Identifier: GPL-2.0+ X11
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
model = "UniPhier Pro5 4KBOX Board"; model = "UniPhier Pro5 4KBOX Board";
compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5"; compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5";
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
chosen { chosen {
stdout-path = "serial1:115200n8"; stdout-path = "serial1:115200n8";
}; };
...@@ -30,6 +25,11 @@ ...@@ -30,6 +25,11 @@
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
}; };
&serial1 { &serial1 {
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* SPDX-License-Identifier: GPL-2.0+ X11 * SPDX-License-Identifier: GPL-2.0+ X11
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-pro5"; compatible = "socionext,uniphier-pro5";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -15,11 +15,6 @@ ...@@ -15,11 +15,6 @@
compatible = "socionext,uniphier-pxs2-gentil", compatible = "socionext,uniphier-pxs2-gentil",
"socionext,uniphier-pxs2"; "socionext,uniphier-pxs2";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -34,6 +29,11 @@ ...@@ -34,6 +29,11 @@
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&serial2 { &serial2 {
......
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
model = "UniPhier PXs2 Vodka Board"; model = "UniPhier PXs2 Vodka Board";
compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2"; compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -32,6 +27,11 @@ ...@@ -32,6 +27,11 @@
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&serial2 { &serial2 {
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* SPDX-License-Identifier: GPL-2.0+ X11 * SPDX-License-Identifier: GPL-2.0+ X11
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-pxs2"; compatible = "socionext,uniphier-pxs2";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -16,12 +16,6 @@ ...@@ -16,12 +16,6 @@
model = "UniPhier sLD3 Reference Board"; model = "UniPhier sLD3 Reference Board";
compatible = "socionext,uniphier-sld3-ref", "socionext,uniphier-sld3"; compatible = "socionext,uniphier-sld3-ref", "socionext,uniphier-sld3";
memory {
device_type = "memory";
reg = <0x80000000 0x20000000
0xc0000000 0x20000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -36,6 +30,12 @@ ...@@ -36,6 +30,12 @@
i2c3 = &i2c3; i2c3 = &i2c3;
i2c4 = &i2c4; i2c4 = &i2c4;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x20000000
0xc0000000 0x20000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* SPDX-License-Identifier: GPL-2.0+ X11 * SPDX-License-Identifier: GPL-2.0+ X11
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-sld3"; compatible = "socionext,uniphier-sld3";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
model = "UniPhier sLD8 Reference Board"; model = "UniPhier sLD8 Reference Board";
compatible = "socionext,uniphier-sld8-ref", "socionext,uniphier-sld8"; compatible = "socionext,uniphier-sld8-ref", "socionext,uniphier-sld8";
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -35,6 +30,11 @@ ...@@ -35,6 +30,11 @@
i2c2 = &i2c2; i2c2 = &i2c2;
i2c3 = &i2c3; i2c3 = &i2c3;
}; };
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* SPDX-License-Identifier: GPL-2.0+ X11 * SPDX-License-Identifier: GPL-2.0+ X11
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-sld8"; compatible = "socionext,uniphier-sld8";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment