ramips: remove redundant includes in DTS files

Many DTS files contain the same includes again that are already
present in the DTSI files they are derived from.

Remove those redundant includes in the DTS files. For vocore, the
include is moved to the parent DTSI file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2020-02-22 19:26:17 +01:00
parent a967ae9d14
commit 963f572ead
7 changed files with 2 additions and 15 deletions

View File

@ -2,8 +2,6 @@
#include "mt7621_ubiquiti_edgerouterx.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
model = "UBNT-ERX-SFP";
compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";

View File

@ -36,9 +36,6 @@
#include "mt7621_unielec_u7621-06.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "unielec,u7621-06-16m", "unielec,u7621-06", "mediatek,mt7621-soc";
model = "UniElec U7621-06 (16M flash)";

View File

@ -37,9 +37,6 @@
#include "mt7621_unielec_u7621-06.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "unielec,u7621-06-64m", "unielec,u7621-06", "mediatek,mt7621-soc";
model = "UniElec U7621-06 (64M flash)";

View File

@ -2,8 +2,6 @@
#include "mt7628an_vocore_vocore2.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "vocore,vocore2-lite", "vocore,vocore2", "mediatek,mt7628an-soc";
model = "VoCore2-Lite";

View File

@ -2,8 +2,6 @@
#include "mt7628an_vocore_vocore2.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "vocore,vocore2", "mediatek,mt7628an-soc";
model = "VoCore2";

View File

@ -1,5 +1,7 @@
#include "mt7628an.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "vocore,vocore2", "mediatek,mt7628an-soc";

View File

@ -3,9 +3,6 @@
#include "rt3883_belkin_f9k110x.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "belkin,f9k1109v1", "ralink,rt3883-soc";
model = "Belkin F9K1109 Version 1.0";