Skip to content

Commit

Permalink
ARM: dts: use #include for all device trees for Samsung
Browse files Browse the repository at this point in the history
Replace /include/ (dtc) with #include (C pre-processor) for all
Samsung DT files

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Padmavathi Venna authored and Kukjin Kim committed Jun 18, 2013
1 parent 166bc93 commit 3799279
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* published by the Free Software Foundation.
*/

/include/ "skeleton.dtsi"
#include "skeleton.dtsi"

/ {
interrupt-parent = <&gic>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4210-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/dts-v1/;
/include/ "exynos4210.dtsi"
#include "exynos4210.dtsi"

/ {
model = "Insignal Origen evaluation board based on Exynos4210";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4210-smdkv310.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/dts-v1/;
/include/ "exynos4210.dtsi"
#include "exynos4210.dtsi"

/ {
model = "Samsung smdkv310 evaluation board based on Exynos4210";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4210-trats.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

/dts-v1/;
/include/ "exynos4210.dtsi"
#include "exynos4210.dtsi"

/ {
model = "Samsung Trats based on Exynos4210";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4210-universal_c210.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

/dts-v1/;
/include/ "exynos4210.dtsi"
#include "exynos4210.dtsi"

/ {
model = "Samsung Universal C210 based on Exynos4210 rev0";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos4210.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* published by the Free Software Foundation.
*/

/include/ "exynos4.dtsi"
/include/ "exynos4210-pinctrl.dtsi"
#include "exynos4.dtsi"
#include "exynos4210-pinctrl.dtsi"

/ {
compatible = "samsung,exynos4210";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4212.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* published by the Free Software Foundation.
*/

/include/ "exynos4x12.dtsi"
#include "exynos4x12.dtsi"

/ {
compatible = "samsung,exynos4212";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4412-odroidx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

/dts-v1/;
/include/ "exynos4412.dtsi"
#include "exynos4412.dtsi"

/ {
model = "Hardkernel ODROID-X board based on Exynos4412";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4412-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

/dts-v1/;
/include/ "exynos4412.dtsi"
#include "exynos4412.dtsi"

/ {
model = "Insignal Origen evaluation board based on Exynos4412";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4412-smdk4412.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

/dts-v1/;
/include/ "exynos4412.dtsi"
#include "exynos4412.dtsi"

/ {
model = "Samsung SMDK evaluation board based on Exynos4412";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4412.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* published by the Free Software Foundation.
*/

/include/ "exynos4x12.dtsi"
#include "exynos4x12.dtsi"

/ {
compatible = "samsung,exynos4412";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos4x12.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* published by the Free Software Foundation.
*/

/include/ "exynos4.dtsi"
/include/ "exynos4x12-pinctrl.dtsi"
#include "exynos4.dtsi"
#include "exynos4x12-pinctrl.dtsi"

/ {
aliases {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5250-arndale.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/dts-v1/;
/include/ "exynos5250.dtsi"
#include "exynos5250.dtsi"

/ {
model = "Insignal Arndale evaluation board based on EXYNOS5250";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5250-smdk5250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/dts-v1/;
/include/ "exynos5250.dtsi"
#include "exynos5250.dtsi"

/ {
model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/

/dts-v1/;
/include/ "exynos5250.dtsi"
/include/ "cros5250-common.dtsi"
#include "exynos5250.dtsi"
#include "cros5250-common.dtsi"

/ {
model = "Google Snow";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* published by the Free Software Foundation.
*/

/include/ "skeleton.dtsi"
/include/ "exynos5250-pinctrl.dtsi"
#include "skeleton.dtsi"
#include "exynos5250-pinctrl.dtsi"

/ {
compatible = "samsung,exynos5250";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5440-sd5v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/dts-v1/;
/include/ "exynos5440.dtsi"
#include "exynos5440.dtsi"

/ {
model = "SAMSUNG SD5v1 board based on EXYNOS5440";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5440-ssdk5440.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/dts-v1/;
/include/ "exynos5440.dtsi"
#include "exynos5440.dtsi"

/ {
model = "SAMSUNG SSDK5440 board based on EXYNOS5440";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* published by the Free Software Foundation.
*/

/include/ "skeleton.dtsi"
#include "skeleton.dtsi"

/ {
compatible = "samsung,exynos5440";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s3c2416-smdk2416.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

/dts-v1/;
/include/ "s3c2416.dtsi"
#include "s3c2416.dtsi"

/ {
model = "SMDK2416";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/s3c2416.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* published by the Free Software Foundation.
*/

/include/ "s3c24xx.dtsi"
/include/ "s3c2416-pinctrl.dtsi"
#include "s3c24xx.dtsi"
#include "s3c2416-pinctrl.dtsi"

/ {
model = "Samsung S3C2416 SoC";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s3c24xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* published by the Free Software Foundation.
*/

/include/ "skeleton.dtsi"
#include "skeleton.dtsi"

/ {
compatible = "samsung,s3c24xx";
Expand Down

0 comments on commit 3799279

Please sign in to comment.