mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
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:
parent
a967ae9d14
commit
963f572ead
@ -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";
|
||||
|
@ -1,5 +1,7 @@
|
||||
#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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user