]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: meson: use C preprocessor friendly include syntax
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 15 Jun 2017 21:33:43 +0000 (23:33 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 16 Jun 2017 19:07:09 +0000 (12:07 -0700)
This replaces the "/include/" syntax with the "#include" syntax in all
Amlogic Meson .dts and .dtsi files. That is required to use preprocessor
defines (like GIC_SPI and IRQ_TYPE_EDGE_RISING) in meson.dtsi (all files
which directly or indirectly include meson.dtsi need to use the
"#include" syntax, otherwise the .dts files cannot be compiled).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson6-atv1200.dts
arch/arm/boot/dts/meson6.dtsi
arch/arm/boot/dts/meson8.dtsi

index 1237faa63ce636d5c8c85d65b4cc9e32d9a5eab7..9444b0d9628f3b08c3fec2ffcbbfaa45af17fa08 100644 (file)
@@ -46,7 +46,7 @@
  */
 
 /dts-v1/;
-/include/ "meson6.dtsi"
+#include "meson6.dtsi"
 
 / {
        model = "Geniatech ATV1200";
index b0fc91ffd6a139c1b0ed37c8742e5e9daa0746ee..8557b6117a4b97f23bf2359d585d1e6c2c787d49 100644 (file)
@@ -45,7 +45,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/include/ "meson.dtsi"
+#include "meson.dtsi"
 
 / {
        model = "Amlogic Meson6 SoC";
index e4f7357b4b31d3f9786d9156706d851cf3bef392..c5d73b99977315344072346dcebbbc6d93acf0ea 100644 (file)
@@ -45,7 +45,7 @@
 
 #include <dt-bindings/clock/meson8b-clkc.h>
 #include <dt-bindings/gpio/meson8-gpio.h>
-/include/ "meson.dtsi"
+#include "meson.dtsi"
 
 / {
        model = "Amlogic Meson8 SoC";