2
0
forked from Ivasoft/openwrt

bcm63xx: move dts-v1 statement to top-level DTSI files

The "/dts-v1/;" identifier is supposed to be present once at the
top of a device tree file after the includes have been processed.

Like done for other targets recently, put the dts-v1 statement
into the top-level SoC-based DTSI files, and remove all other
occurences.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-09-26 00:46:13 +02:00
parent c0aea38436
commit c98819a9e6
107 changed files with 20 additions and 194 deletions

View File

@@ -1,5 +1,3 @@
/dts-v1/;
#include "bcm6318.dtsi"
#include <dt-bindings/input/input.h>