aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_tplink_tl-wr842n-v5.dts
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_tl-wr842n-v5.dts
parentb9971db7c365c0145faf1db2e78ee48cee4b643d (diff)
downloadupstream-e6a181dceafbe2043931f6a048a40a4ed277537a.tar.gz
upstream-e6a181dceafbe2043931f6a048a40a4ed277537a.tar.bz2
upstream-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_tl-wr842n-v5.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_tplink_tl-wr842n-v5.dts8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-wr842n-v5.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-wr842n-v5.dts
index e843672600..9077ec00ce 100644
--- a/target/linux/ramips/dts/mt7628an_tplink_tl-wr842n-v5.dts
+++ b/target/linux/ramips/dts/mt7628an_tplink_tl-wr842n-v5.dts
@@ -69,14 +69,6 @@
};
};
-&ehci {
- status = "okay";
-};
-
-&ohci {
- status = "okay";
-};
-
&state_default {
gpio {
groups = "i2c", "i2s", "p2led_an", "refclk", "uart1", "wdt", "wled_an";