mips: dts: brcm: allow including header files
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 24 Feb 2021 09:38:50 +0000 (10:38 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 12 Mar 2021 09:09:08 +0000 (10:09 +0100)
Change /include/ with #include in order to be able to include header files
from dt-bindings.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
16 files changed:
arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts
arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts
arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts
arch/mips/boot/dts/brcm/bcm6362-neufbox6-sercomm.dts
arch/mips/boot/dts/brcm/bcm93384wvg.dts
arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts
arch/mips/boot/dts/brcm/bcm96368mvwg.dts
arch/mips/boot/dts/brcm/bcm97125cbmb.dts
arch/mips/boot/dts/brcm/bcm97346dbsmb.dts
arch/mips/boot/dts/brcm/bcm97358svmb.dts
arch/mips/boot/dts/brcm/bcm97360svmb.dts
arch/mips/boot/dts/brcm/bcm97362svmb.dts
arch/mips/boot/dts/brcm/bcm97420c.dts
arch/mips/boot/dts/brcm/bcm97425svmb.dts
arch/mips/boot/dts/brcm/bcm97435svmb.dts
arch/mips/boot/dts/brcm/bcm9ejtagprb.dts

index ed6023a917635b8ca233f05d2c97f22aaf6afe59..d702a843c74a321e7eaf299e694856bacb87dc6f 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm3368.dtsi"
+#include "bcm3368.dtsi"
 
 / {
        compatible = "netgear,cvg834g", "brcm,bcm3368";
index 8d010b919de28b3a403cc2c64e4333d2f85f911c..b511bc7125d5fac2be99ab0c7fb7da089e6ac8f2 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm63268.dtsi"
+#include "bcm63268.dtsi"
 
 / {
        compatible = "comtrend,vr-3032u", "brcm,bcm63268";
index 53e57cc29291e96388d8062d7c2b02e00fee9123..c646690ee3df630f7748ee8452bbe176e212fa09 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm6358.dtsi"
+#include "bcm6358.dtsi"
 
 / {
        compatible = "sfr,nb4-ser", "brcm,bcm6358";
index 3e83bee5b91e8707c5d9d8490392e2df6507fb3e..f83d95ca05146bed2eaaf2d36f2e0062b423458b 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm6362.dtsi"
+#include "bcm6362.dtsi"
 
 / {
        compatible = "sfr,nb6-ser", "brcm,bcm6362";
index 601e4d9293ab6e3da533682130e2069205395fdd..7d3f181b8980646ff2e74c83d7bac43145632686 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm3384_zephyr.dtsi"
+#include "bcm3384_zephyr.dtsi"
 
 / {
        compatible = "brcm,bcm93384wvg", "brcm,bcm3384";
index 938a8e66128ca5681bc803381e10148e36d1206a..f845faa0d682089e87a4c6238ffdb0b4c15b101c 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm3384_viper.dtsi"
+#include "bcm3384_viper.dtsi"
 
 / {
        compatible = "brcm,bcm93384wvg-viper", "brcm,bcm3384-viper";
index 6d772c394e41b264370cae54f2aa55e329c25b57..f5e95508530883cbe747eae94938bfe24337114f 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm6368.dtsi"
+#include "bcm6368.dtsi"
 
 / {
        compatible = "brcm,bcm96368mvwg", "brcm,bcm6368";
index 79e9769f7e003a728839717dff2c426638e62dfa..bda5f796251acf32bae2e9b7f598c1f6c7a6259f 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7125.dtsi"
+#include "bcm7125.dtsi"
 
 / {
        compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
index 28370ff77eeb8895c782ed7a919c06ba9f77d89e..9f73735e815c6e0e8e6786e92addb128e0145e04 100644 (file)
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7346.dtsi"
-/include/ "bcm97xxx-nand-cs1-bch24.dtsi"
+#include "bcm7346.dtsi"
+#include "bcm97xxx-nand-cs1-bch24.dtsi"
 
 / {
        compatible = "brcm,bcm97346dbsmb", "brcm,bcm7346";
index 41c1b510c230dd50a698b80e97deee15b6bc598e..522f2c40d6e6e1e5d6d263ca12302928a4bcfec2 100644 (file)
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7358.dtsi"
-/include/ "bcm97xxx-nand-cs1-bch4.dtsi"
+#include "bcm7358.dtsi"
+#include "bcm97xxx-nand-cs1-bch4.dtsi"
 
 / {
        compatible = "brcm,bcm97358svmb", "brcm,bcm7358";
index 9f6c6c9b7ea7ff10a26d7f28d42ede2eff097ffd..01f215b08dba763debe6537275ea8a693714f3c7 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7360.dtsi"
+#include "bcm7360.dtsi"
 
 / {
        compatible = "brcm,bcm97360svmb", "brcm,bcm7360";
index df8b755c390febd1d5478a117d55ad2d3eb0ba8c..97aeb51b68311b366185c5e75bfab6fd2de9bce3 100644 (file)
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7362.dtsi"
-/include/ "bcm97xxx-nand-cs1-bch4.dtsi"
+#include "bcm7362.dtsi"
+#include "bcm97xxx-nand-cs1-bch4.dtsi"
 
 / {
        compatible = "brcm,bcm97362svmb", "brcm,bcm7362";
index 086faeaa384a061fa5e746dd56ecdfc68a9777c1..cc70c2dd4d85c1d5be273e69ab68987257ad672d 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7420.dtsi"
+#include "bcm7420.dtsi"
 
 / {
        compatible = "brcm,bcm97420c", "brcm,bcm7420";
index 0ed22217bf3a31601b423d1713c55c4cb15354da..9efecfe1e05c702085762f7f0e8fc06f98e055c5 100644 (file)
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7425.dtsi"
-/include/ "bcm97xxx-nand-cs1-bch24.dtsi"
+#include "bcm7425.dtsi"
+#include "bcm97xxx-nand-cs1-bch24.dtsi"
 
 / {
        compatible = "brcm,bcm97425svmb", "brcm,bcm7425";
index 2c145a883aefc32791a25de970033cdc4bdaeeef..b653c6ff74b5ebdcaca1e608ac8ad158edb69e71 100644 (file)
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm7435.dtsi"
-/include/ "bcm97xxx-nand-cs1-bch24.dtsi"
+#include "bcm7435.dtsi"
+#include "bcm97xxx-nand-cs1-bch24.dtsi"
 
 / {
        compatible = "brcm,bcm97435svmb", "brcm,bcm7435";
index 8d58c1971b306bf64f3930c1c12663b2bb2cdda6..615d2b97770e4f707a74a3a2b464baf19e8d1f98 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "bcm6328.dtsi"
+#include "bcm6328.dtsi"
 
 / {
        compatible = "brcm,bcm9ejtagprb", "brcm,bcm6328";