Skip to content
Snippets Groups Projects
Commit 77b80799 authored by Mathias Kresin's avatar Mathias Kresin
Browse files

treewide: dts: use C style includes


No functional change but allows me to use one script to compile all
device tree source files.

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent de40d453
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
*/
/dts-v1/;
/include/ "mcs8140.dtsi"
#include "mcs8140.dtsi"
/ {
model = "Devolo dLAN USB Extender";
......
......@@ -6,7 +6,7 @@
* Licensed under GPLv2.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
/ {
model = "Moschip MCS8140 family SoC";
......
......@@ -7,7 +7,7 @@
*/
/dts-v1/;
/include/ "mcs8140.dtsi"
#include "mcs8140.dtsi"
/ {
model = "Tigal RBT-832";
......
......@@ -6,7 +6,7 @@
* published by the Free Software Foundation.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
/ {
compatible = "plxtech,nas7820", "plxtech,nas782x";
......
/dts-v1/;
/include/ "mt7620a.dtsi"
#include "mt7620a.dtsi"
/ {
compatible = "dlink,dch-m225", "ralink,mt7620a-soc";
......
/dts-v1/;
/include/ "mt7628an.dtsi"
#include "mt7628an.dtsi"
/ {
compatible = "duzun,dm06-mt7628an", "mediatek,mt7628an-soc";
......
/dts-v1/;
/include/ "mt7628an.dtsi"
#include "mt7628an.dtsi"
/ {
compatible = "mercury,mac1200rv2", "mediatek,mt7628an-soc";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment