diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2014-04-02 22:31:31 -0400 |
---|---|---|
committer | Dinh Nguyen <dinguyen@altera.com> | 2014-05-05 23:33:14 -0400 |
commit | 7da9b436d837941533ec0a0ccc78d3b294f997e8 (patch) | |
tree | 4fbcdfbbbc1f219561dc893142601540d5e487ae /arch | |
parent | 1a721677194c98536c75e776e0f83795089ff1aa (diff) |
ARM: socfpga: dts: convert to preprocessor includes
Convert all socfpga DT files to the dtc preprocessor include syntax.
This allows to include header files in the devicetrees like other
SoC-types already do.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria5.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria5_socdk.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_vt.dts | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 84d12b1af037..4393c4565fe5 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi | |||
@@ -15,7 +15,7 @@ | |||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /include/ "skeleton.dtsi" | 18 | #include "skeleton.dtsi" |
19 | 19 | ||
20 | / { | 20 | / { |
21 | #address-cells = <1>; | 21 | #address-cells = <1>; |
diff --git a/arch/arm/boot/dts/socfpga_arria5.dtsi b/arch/arm/boot/dts/socfpga_arria5.dtsi index 6c87b7070ca7..373b340e4931 100644 --- a/arch/arm/boot/dts/socfpga_arria5.dtsi +++ b/arch/arm/boot/dts/socfpga_arria5.dtsi | |||
@@ -15,7 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | /dts-v1/; | 17 | /dts-v1/; |
18 | /include/ "socfpga.dtsi" | 18 | #include "socfpga.dtsi" |
19 | 19 | ||
20 | / { | 20 | / { |
21 | soc { | 21 | soc { |
diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts b/arch/arm/boot/dts/socfpga_arria5_socdk.dts index a87ee1c07661..88e4a8e02033 100644 --- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts +++ b/arch/arm/boot/dts/socfpga_arria5_socdk.dts | |||
@@ -15,7 +15,7 @@ | |||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /include/ "socfpga_arria5.dtsi" | 18 | #include "socfpga_arria5.dtsi" |
19 | 19 | ||
20 | / { | 20 | / { |
21 | model = "Altera SOCFPGA Arria V SoC Development Kit"; | 21 | model = "Altera SOCFPGA Arria V SoC Development Kit"; |
diff --git a/arch/arm/boot/dts/socfpga_cyclone5.dtsi b/arch/arm/boot/dts/socfpga_cyclone5.dtsi index ca41b0ebf461..63a951366a98 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5.dtsi +++ b/arch/arm/boot/dts/socfpga_cyclone5.dtsi | |||
@@ -16,7 +16,7 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | /dts-v1/; | 18 | /dts-v1/; |
19 | /include/ "socfpga.dtsi" | 19 | #include "socfpga.dtsi" |
20 | 20 | ||
21 | / { | 21 | / { |
22 | soc { | 22 | soc { |
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts index ae16d975196d..5e9445a1caf7 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | |||
@@ -15,7 +15,7 @@ | |||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /include/ "socfpga_cyclone5.dtsi" | 18 | #include "socfpga_cyclone5.dtsi" |
19 | 19 | ||
20 | / { | 20 | / { |
21 | model = "Altera SOCFPGA Cyclone V SoC Development Kit"; | 21 | model = "Altera SOCFPGA Cyclone V SoC Development Kit"; |
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts index b79e2a2bf175..d5ce22cf784a 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | |||
@@ -15,7 +15,7 @@ | |||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /include/ "socfpga_cyclone5.dtsi" | 18 | #include "socfpga_cyclone5.dtsi" |
19 | 19 | ||
20 | / { | 20 | / { |
21 | model = "Terasic SoCkit"; | 21 | model = "Terasic SoCkit"; |
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts b/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts index f8d17dcc8761..a1814b457450 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | |||
@@ -15,7 +15,7 @@ | |||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /include/ "socfpga_cyclone5.dtsi" | 18 | #include "socfpga_cyclone5.dtsi" |
19 | 19 | ||
20 | / { | 20 | / { |
21 | model = "EBV SOCrates"; | 21 | model = "EBV SOCrates"; |
diff --git a/arch/arm/boot/dts/socfpga_vt.dts b/arch/arm/boot/dts/socfpga_vt.dts index 87d6f759a9c1..09792b411110 100644 --- a/arch/arm/boot/dts/socfpga_vt.dts +++ b/arch/arm/boot/dts/socfpga_vt.dts | |||
@@ -16,7 +16,7 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | /dts-v1/; | 18 | /dts-v1/; |
19 | /include/ "socfpga.dtsi" | 19 | #include "socfpga.dtsi" |
20 | 20 | ||
21 | / { | 21 | / { |
22 | model = "Altera SOCFPGA VT"; | 22 | model = "Altera SOCFPGA VT"; |