rtl838x: move dts-v1 to DTSI

The syntax of the shared SoC DTSI file determines the DTS version,
so no need to repeat the "/dts-v1/;" identifier in every file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2020-10-15 17:51:42 +02:00
parent 3679f8f933
commit a49c1aa883
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;
#include "rtl838x.dtsi"

View File

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

View File

@ -1,5 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;