summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-12-01 14:48:41 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-12-07 14:22:00 +0100
commite6a181dceafbe2043931f6a048a40a4ed277537a (patch)
tree599361f83d1303d676ae0bee60cd45791fa8afa3 /target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi
parentb9971db7c365c0145faf1db2e78ee48cee4b643d (diff)
downloadopenwrt-e6a181dceafbe2043931f6a048a40a4ed277537a.tar.gz
openwrt-e6a181dceafbe2043931f6a048a40a4ed277537a.tar.bz2
openwrt-e6a181dceafbe2043931f6a048a40a4ed277537a.zip
ramips: simplify status for ehci/ohci on mt7628 TP-Link devices
At the moment, ehci/ohci is enabled in mt7628an SoC DTSI, then disabled in the TP-Link-specific DTSI files, and finally enabled again in the DTS files of the devices needing it. This on-off-on scheme is hard to grasp on a quick look. Thus, this patch drops the status in the TP-Link-specific DTSI files, having the TP-Link devices treated like the rest of mt7628an DTSes, i.e. ehci/ohci is enabled by default and needs to be disabled explicitly where needed. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi
index 7f7e5ac8b4..b6ce7b1f56 100644
--- a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi
+++ b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi
@@ -72,14 +72,6 @@
};
};
-&ehci {
- status = "disabled";
-};
-
-&ohci {
- status = "disabled";
-};
-
&wmac {
status = "okay";
mtd-mac-address = <&rom 0xf100>;