Commit 3799279f authored by Padmavathi Venna's avatar Padmavathi Venna Committed by Kukjin Kim

ARM: dts: use #include for all device trees for Samsung

Replace /include/ (dtc) with #include (C pre-processor) for all
Samsung DT files
Signed-off-by: default avatarPadmavathi Venna <padma.v@samsung.com>
Reviewed-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 166bc934
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4210.dtsi" #include "exynos4210.dtsi"
/ { / {
model = "Insignal Origen evaluation board based on Exynos4210"; model = "Insignal Origen evaluation board based on Exynos4210";
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4210.dtsi" #include "exynos4210.dtsi"
/ { / {
model = "Samsung smdkv310 evaluation board based on Exynos4210"; model = "Samsung smdkv310 evaluation board based on Exynos4210";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4210.dtsi" #include "exynos4210.dtsi"
/ { / {
model = "Samsung Trats based on Exynos4210"; model = "Samsung Trats based on Exynos4210";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4210.dtsi" #include "exynos4210.dtsi"
/ { / {
model = "Samsung Universal C210 based on Exynos4210 rev0"; model = "Samsung Universal C210 based on Exynos4210 rev0";
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "exynos4.dtsi" #include "exynos4.dtsi"
/include/ "exynos4210-pinctrl.dtsi" #include "exynos4210-pinctrl.dtsi"
/ { / {
compatible = "samsung,exynos4210"; compatible = "samsung,exynos4210";
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "exynos4x12.dtsi" #include "exynos4x12.dtsi"
/ { / {
compatible = "samsung,exynos4212"; compatible = "samsung,exynos4212";
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4412.dtsi" #include "exynos4412.dtsi"
/ { / {
model = "Hardkernel ODROID-X board based on Exynos4412"; model = "Hardkernel ODROID-X board based on Exynos4412";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4412.dtsi" #include "exynos4412.dtsi"
/ { / {
model = "Insignal Origen evaluation board based on Exynos4412"; model = "Insignal Origen evaluation board based on Exynos4412";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos4412.dtsi" #include "exynos4412.dtsi"
/ { / {
model = "Samsung SMDK evaluation board based on Exynos4412"; model = "Samsung SMDK evaluation board based on Exynos4412";
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "exynos4x12.dtsi" #include "exynos4x12.dtsi"
/ { / {
compatible = "samsung,exynos4412"; compatible = "samsung,exynos4412";
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "exynos4.dtsi" #include "exynos4.dtsi"
/include/ "exynos4x12-pinctrl.dtsi" #include "exynos4x12-pinctrl.dtsi"
/ { / {
aliases { aliases {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos5250.dtsi" #include "exynos5250.dtsi"
/ { / {
model = "Insignal Arndale evaluation board based on EXYNOS5250"; model = "Insignal Arndale evaluation board based on EXYNOS5250";
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos5250.dtsi" #include "exynos5250.dtsi"
/ { / {
model = "SAMSUNG SMDK5250 board based on EXYNOS5250"; model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos5250.dtsi" #include "exynos5250.dtsi"
/include/ "cros5250-common.dtsi" #include "cros5250-common.dtsi"
/ { / {
model = "Google Snow"; model = "Google Snow";
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/include/ "exynos5250-pinctrl.dtsi" #include "exynos5250-pinctrl.dtsi"
/ { / {
compatible = "samsung,exynos5250"; compatible = "samsung,exynos5250";
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos5440.dtsi" #include "exynos5440.dtsi"
/ { / {
model = "SAMSUNG SD5v1 board based on EXYNOS5440"; model = "SAMSUNG SD5v1 board based on EXYNOS5440";
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "exynos5440.dtsi" #include "exynos5440.dtsi"
/ { / {
model = "SAMSUNG SSDK5440 board based on EXYNOS5440"; model = "SAMSUNG SSDK5440 board based on EXYNOS5440";
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
compatible = "samsung,exynos5440"; compatible = "samsung,exynos5440";
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "s3c2416.dtsi" #include "s3c2416.dtsi"
/ { / {
model = "SMDK2416"; model = "SMDK2416";
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "s3c24xx.dtsi" #include "s3c24xx.dtsi"
/include/ "s3c2416-pinctrl.dtsi" #include "s3c2416-pinctrl.dtsi"
/ { / {
model = "Samsung S3C2416 SoC"; model = "Samsung S3C2416 SoC";
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
compatible = "samsung,s3c24xx"; compatible = "samsung,s3c24xx";
......
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