arm: zynq: Use C pre-processor for includes in dts
authorMichal Simek <michal.simek@xilinx.com>
Thu, 7 Apr 2016 09:28:12 +0000 (11:28 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Aug 2017 11:52:56 +0000 (13:52 +0200)
Change the dtsi include code to use the C pre-processor #include instead
of the device tree /include/. This brings all Zynq device trees inline
with each other.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zed.dts
arch/arm/boot/dts/zynq-zybo.dts

index 8ce0aff1db43fedce39d8420a567877d91c24539..a096275d903d88a4d4f8114ec4e6a89db17251ea 100644 (file)
@@ -12,7 +12,7 @@
  * GNU General Public License for more details.
  */
 /dts-v1/;
-/include/ "zynq-7000.dtsi"
+#include "zynq-7000.dtsi"
 
 / {
        model = "Zynq ZC702 Development Board";
index 8d829cadc4e0705a7bf01e14997c052d084921c5..689ec9d6f7b952537784c44e2c3ed0fac1e06d76 100644 (file)
@@ -12,7 +12,7 @@
  * GNU General Public License for more details.
  */
 /dts-v1/;
-/include/ "zynq-7000.dtsi"
+#include "zynq-7000.dtsi"
 
 / {
        model = "Zynq ZC706 Development Board";
index 4b5dbc2da1c0380de70f080be6e24728bef65194..c6a5749c89303be757833c881f7b8f12ea6dc6bd 100644 (file)
@@ -12,7 +12,7 @@
  * GNU General Public License for more details.
  */
 /dts-v1/;
-/include/ "zynq-7000.dtsi"
+#include "zynq-7000.dtsi"
 
 / {
        model = "Zynq Zed Development Board";
index 542c19dd5df10bcba53f9ee7ff43d635293e3e5b..8b42fb199a8e40a0d364eebd5596b0f864e435fc 100644 (file)
@@ -12,7 +12,7 @@
  * GNU General Public License for more details.
  */
 /dts-v1/;
-/include/ "zynq-7000.dtsi"
+#include "zynq-7000.dtsi"
 
 / {
        model = "Zynq ZYBO Development Board";