ARM: socfpga: dts: convert to preprocessor includes
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Thu, 3 Apr 2014 02:31:31 +0000 (21:31 -0500)
committerDinh Nguyen <dinguyen@altera.com>
Tue, 6 May 2014 03:33:14 +0000 (22:33 -0500)
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>
arch/arm/boot/dts/socfpga.dtsi
arch/arm/boot/dts/socfpga_arria5.dtsi
arch/arm/boot/dts/socfpga_arria5_socdk.dts
arch/arm/boot/dts/socfpga_cyclone5.dtsi
arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
arch/arm/boot/dts/socfpga_cyclone5_socrates.dts
arch/arm/boot/dts/socfpga_vt.dts

index 84d12b1af0373d1758e9674e687e65471b592fc3..4393c4565fe596d0ad4b750aa6ae4eb92c52d3db 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        #address-cells = <1>;
index 6c87b7070ca77d0379e03b214a7a0f6601973bfc..373b340e4931014e1b24eb301894c04346e1b9b3 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /dts-v1/;
-/include/ "socfpga.dtsi"
+#include "socfpga.dtsi"
 
 / {
        soc {
index a87ee1c07661b466d9d8abc8ca323739f82d6b69..88e4a8e02033aff0e1a0fc5727851dfb69acd2aa 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/include/ "socfpga_arria5.dtsi"
+#include "socfpga_arria5.dtsi"
 
 / {
        model = "Altera SOCFPGA Arria V SoC Development Kit";
index ca41b0ebf461b12a413d36627a73fff323f5d69a..63a951366a98f23c5f536fac24a088d505cc3813 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /dts-v1/;
-/include/ "socfpga.dtsi"
+#include "socfpga.dtsi"
 
 / {
        soc {
index ae16d975196d62c1947cbf41187d0e47cb6a5e9a..5e9445a1caf75c40fc33c921d45dfbac4e95535f 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/include/ "socfpga_cyclone5.dtsi"
+#include "socfpga_cyclone5.dtsi"
 
 / {
        model = "Altera SOCFPGA Cyclone V SoC Development Kit";
index b79e2a2bf17522504e5384a929ee2d3226a42654..d5ce22cf784ad3a2150b222bb594bba65ea8b2bf 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/include/ "socfpga_cyclone5.dtsi"
+#include "socfpga_cyclone5.dtsi"
 
 / {
        model = "Terasic SoCkit";
index f8d17dcc876175758ab3d860d18750204ac31e03..a1814b4574509e10026b2702125cd9b3c9edbb17 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/include/ "socfpga_cyclone5.dtsi"
+#include "socfpga_cyclone5.dtsi"
 
 / {
        model = "EBV SOCrates";
index 87d6f759a9c187dc81c4ddcc718c97e87a7683ab..09792b41111058f2546577d3f7ddefdc78291b41 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /dts-v1/;
-/include/ "socfpga.dtsi"
+#include "socfpga.dtsi"
 
 / {
        model = "Altera SOCFPGA VT";