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: Mathias Kresin <dev@kresin.me>
v19.07.3_mercusys_ac12_duma
Mathias Kresin 8 years ago
parent de40d45363
commit 77b807999d

@ -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";

@ -1,6 +1,6 @@
/dts-v1/;
/include/ "mt7620a.dtsi"
#include "mt7620a.dtsi"
/ {
compatible = "dlink,dch-m225", "ralink,mt7620a-soc";

@ -1,6 +1,6 @@
/dts-v1/;
/include/ "mt7628an.dtsi"
#include "mt7628an.dtsi"
/ {
compatible = "duzun,dm06-mt7628an", "mediatek,mt7628an-soc";

@ -1,6 +1,6 @@
/dts-v1/;
/include/ "mt7628an.dtsi"
#include "mt7628an.dtsi"
/ {
compatible = "mercury,mac1200rv2", "mediatek,mt7628an-soc";

Loading…
Cancel
Save