diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-01 14:48:42 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-07 14:22:00 +0100 |
commit | 66d12ce667ce9cac249736eebfa95786a9ae2a54 (patch) | |
tree | 681f35fb06097796cb6af4495a8bde1e215ebd88 /target/linux/ramips/dts/mt7621.dtsi | |
parent | e6a181dceafbe2043931f6a048a40a4ed277537a (diff) | |
download | upstream-66d12ce667ce9cac249736eebfa95786a9ae2a54.tar.gz upstream-66d12ce667ce9cac249736eebfa95786a9ae2a54.tar.bz2 upstream-66d12ce667ce9cac249736eebfa95786a9ae2a54.zip |
ramips: remove redundant status for USB controllers
mt7621, mt7628an and rt5350 have USB controllers (ehci/ohci or xhci)
enabled by default. Thus, this patch drops redundant status=okay
statements in derived device DTS files.
While at it, also drop an explicit status=okay in mt7621.dtsi, as
this is default.
Note:
For rt5350, about 50 % of the devices enabled ehci/ohci in the DTS
files, and there is actually no device actively disabling it.
It looks like only a few people are aware that the controllers are
enabled by default here.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 1c19545443..7636f9d800 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -371,7 +371,6 @@ xhci: xhci@1E1C0000 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; compatible = "mediatek,mt8173-xhci"; reg = <0x1e1c0000 0x1000 |