提交 7a16f06b 编写于 作者: M Martin Blumenstingl 提交者: Kevin Hilman

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: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 79eb80b7
......@@ -46,7 +46,7 @@
*/
/dts-v1/;
/include/ "meson6.dtsi"
#include "meson6.dtsi"
/ {
model = "Geniatech ATV1200";
......
......@@ -45,7 +45,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
/include/ "meson.dtsi"
#include "meson.dtsi"
/ {
model = "Amlogic Meson6 SoC";
......
......@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册