diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-01 14:48:41 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-07 14:22:00 +0100 |
commit | e6a181dceafbe2043931f6a048a40a4ed277537a (patch) | |
tree | 599361f83d1303d676ae0bee60cd45791fa8afa3 /target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts | |
parent | b9971db7c365c0145faf1db2e78ee48cee4b643d (diff) | |
download | upstream-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-mr6400-v4.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts index 787abfad55..a142be7870 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts +++ b/target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts @@ -70,14 +70,6 @@ }; }; -&ehci { - status = "okay"; -}; - -&ohci { - status = "okay"; -}; - &state_default { gpio { groups = "p0led_an", "p1led_an", "p2led_an", "p3led_an", "p4led_an", "refclk", "uart1", "wdt", "wled_an"; |