diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-23 11:44:51 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-08 16:44:06 +0100 |
commit | 231dc26867b4619364b91bc310e124ac846000b8 (patch) | |
tree | 3e95785a6f373eac86925aa7da8912d05364ae68 /target/linux/lantiq/files | |
parent | 1ccf4bb93b0304c3c32a8a31a711a6ab889fd47a (diff) | |
download | upstream-231dc26867b4619364b91bc310e124ac846000b8.tar.gz upstream-231dc26867b4619364b91bc310e124ac846000b8.tar.bz2 upstream-231dc26867b4619364b91bc310e124ac846000b8.zip |
treewide: remove dts-v1 identifier from DTSI files
The "/dts-v1/;" identifier is supposed to be put once at the beginning
of a device tree file. Thus, it makes no sense to provide it a second
time in to-be-included DTSI files.
This removes the identifier from all DTSI files in /target/linux.
Most of the DTS files in OpenWrt do contain the "/dts-v1/;". It is
missing for most of the following targets, though:
mvebu, ipq806x, mpc85xx, ipq40xx
This does not touch ipq806x for now, as the bump to 4.19 is close.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/files')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi index 57033eb4a9..f58a414a28 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi @@ -1,5 +1,4 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/dts-v1/; #include "vr9.dtsi" |