Skip to content
Snippets Groups Projects
Commit 963f572e authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

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: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent a967ae9d
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
......@@ -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)";
......
......@@ -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)";
......
......@@ -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";
......
......@@ -2,8 +2,6 @@
#include "mt7628an_vocore_vocore2.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "vocore,vocore2", "mediatek,mt7628an-soc";
model = "VoCore2";
......
#include "mt7628an.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "vocore,vocore2", "mediatek,mt7628an-soc";
......
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment