ARM: ux500: use #include syntax to include *.dtsi.

This patch prepares the use of '#define' into dts files.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Gabriel Fernandez 2013-05-27 15:30:53 +02:00 коммит произвёл Linus Walleij
Родитель 90ccde4cd5
Коммит 807e8838e3
7 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "dbx5x0.dtsi" #include "dbx5x0.dtsi"
/ { / {
model = "ST-Ericsson U8540 platform with Device Tree"; model = "ST-Ericsson U8540 platform with Device Tree";

Просмотреть файл

@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "dbx5x0.dtsi" #include "dbx5x0.dtsi"
/ { / {
model = "ST-Ericsson CCU9540 platform with Device Tree"; model = "ST-Ericsson CCU9540 platform with Device Tree";

Просмотреть файл

@ -9,7 +9,7 @@
* http://www.gnu.org/copyleft/gpl.html * http://www.gnu.org/copyleft/gpl.html
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
soc { soc {

Просмотреть файл

@ -9,7 +9,7 @@
* http://www.gnu.org/copyleft/gpl.html * http://www.gnu.org/copyleft/gpl.html
*/ */
/include/ "dbx5x0.dtsi" #include "dbx5x0.dtsi"
/ { / {
memory { memory {

Просмотреть файл

@ -10,9 +10,9 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "dbx5x0.dtsi" #include "dbx5x0.dtsi"
/include/ "href.dtsi" #include "href.dtsi"
/include/ "stuib.dtsi" #include "stuib.dtsi"
/ { / {
model = "ST-Ericsson HREF (pre-v60) platform with Device Tree"; model = "ST-Ericsson HREF (pre-v60) platform with Device Tree";

Просмотреть файл

@ -10,9 +10,9 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "dbx5x0.dtsi" #include "dbx5x0.dtsi"
/include/ "href.dtsi" #include "href.dtsi"
/include/ "stuib.dtsi" #include "stuib.dtsi"
/ { / {
model = "ST-Ericsson HREF (v60+) platform with Device Tree"; model = "ST-Ericsson HREF (v60+) platform with Device Tree";

Просмотреть файл

@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "dbx5x0.dtsi" #include "dbx5x0.dtsi"
/ { / {
model = "Calao Systems Snowball platform with device tree"; model = "Calao Systems Snowball platform with device tree";