]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - arch/arm/boot/dts/meson6.dtsi
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)
commit7a16f06b90ab73343af982ded3ac2710259c37aa
treeaff405a61d4924b7d2430801ece3045c5aa818c0
parent79eb80b70c4e05defb4d6f6e68840a052e73ae2d
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>
arch/arm/boot/dts/meson6-atv1200.dts
arch/arm/boot/dts/meson6.dtsi
arch/arm/boot/dts/meson8.dtsi