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>
This commit is contained in:
parent
de40d45363
commit
77b807999d
7 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
/include/ "mcs8140.dtsi"
|
#include "mcs8140.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Devolo dLAN USB Extender";
|
model = "Devolo dLAN USB Extender";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Licensed under GPLv2.
|
* Licensed under GPLv2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/include/ "skeleton.dtsi"
|
#include "skeleton.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Moschip MCS8140 family SoC";
|
model = "Moschip MCS8140 family SoC";
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
/include/ "mcs8140.dtsi"
|
#include "mcs8140.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Tigal RBT-832";
|
model = "Tigal RBT-832";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/include/ "skeleton.dtsi"
|
#include "skeleton.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "plxtech,nas7820", "plxtech,nas782x";
|
compatible = "plxtech,nas7820", "plxtech,nas782x";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/include/ "mt7620a.dtsi"
|
#include "mt7620a.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "dlink,dch-m225", "ralink,mt7620a-soc";
|
compatible = "dlink,dch-m225", "ralink,mt7620a-soc";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/include/ "mt7628an.dtsi"
|
#include "mt7628an.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "duzun,dm06-mt7628an", "mediatek,mt7628an-soc";
|
compatible = "duzun,dm06-mt7628an", "mediatek,mt7628an-soc";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/include/ "mt7628an.dtsi"
|
#include "mt7628an.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "mercury,mac1200rv2", "mediatek,mt7628an-soc";
|
compatible = "mercury,mac1200rv2", "mediatek,mt7628an-soc";
|
||||||
|
|
Loading…
Reference in a new issue