diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-15 23:33:43 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-16 12:07:09 -0700 |
commit | 7a16f06b90ab73343af982ded3ac2710259c37aa (patch) | |
tree | aff405a61d4924b7d2430801ece3045c5aa818c0 /arch/arm/boot/dts/meson6-atv1200.dts | |
parent | 79eb80b70c4e05defb4d6f6e68840a052e73ae2d (diff) | |
download | talos-obmc-linux-7a16f06b90ab73343af982ded3ac2710259c37aa.tar.gz talos-obmc-linux-7a16f06b90ab73343af982ded3ac2710259c37aa.zip |
ARM: dts: meson: use C preprocessor friendly include syntax
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>
Diffstat (limited to 'arch/arm/boot/dts/meson6-atv1200.dts')
-rw-r--r-- | arch/arm/boot/dts/meson6-atv1200.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/meson6-atv1200.dts b/arch/arm/boot/dts/meson6-atv1200.dts index 1237faa63ce6..9444b0d9628f 100644 --- a/arch/arm/boot/dts/meson6-atv1200.dts +++ b/arch/arm/boot/dts/meson6-atv1200.dts @@ -46,7 +46,7 @@ */ /dts-v1/; -/include/ "meson6.dtsi" +#include "meson6.dtsi" / { model = "Geniatech ATV1200"; |