aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-25 21:52:57 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-25 23:26:34 +0200
commit41cc7edc15010b41a9347988d42898b9001d7402 (patch)
tree16ee04ae78bb45d4561be5cbac8aca4861682d59 /target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts
parent3ca2d31c54bcf2d4a07d95a3086222585a920649 (diff)
downloadupstream-41cc7edc15010b41a9347988d42898b9001d7402.tar.gz
upstream-41cc7edc15010b41a9347988d42898b9001d7402.tar.bz2
upstream-41cc7edc15010b41a9347988d42898b9001d7402.zip
ath79: move dts-v1 statement to ath79.dtsi
The "/dts-v1/;" identifier is supposed to be present once at the top of a device tree file after the includes have been processed. In ath79, we therefore requested to have in the DTS files so far, and omit it in the DTSI files. However, essentially the syntax of the parent ath79.dtsi file already determines the DTS version, so putting it into the DTS files is just a useless repetition. Consequently, this patch puts the dts-v1 statement into the parent ath79.dtsi, which is (indirectly) included by all DTS files. All other occurences are removed. Since the dts-v1 statement needs to be before any other definitions, this also moves the includes to make sure the ath79.dtsi or its descendants are always included first. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts')
-rw-r--r--target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts b/target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts
index 736ad3f27f..077724d4b9 100644
--- a/target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts
+++ b/target/linux/ath79/dts/qca9561_xiaomi_mi-router-4q.dts
@@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca956x.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
-#include "qca956x.dtsi"
-
/ {
compatible = "xiaomi,mi-router-4q", "qca,qca9560";
model = "Xiaomi Mi Router 4Q";