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/arm/boot/dts/socfpga_arria5.dtsi | |
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/arm/boot/dts/socfpga_arria5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |