diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-27 15:36:32 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-31 13:42:12 +0100 |
commit | 6c407fb5db02bc54de2098563c584509bec44432 (patch) | |
tree | f2e207e588615b326307eac0e2f2a5566079c907 /target/linux/ath79/dts/ar7240.dtsi | |
parent | c8190713cb69063db13c89f4041c71dc6c7b20d9 (diff) | |
download | upstream-6c407fb5db02bc54de2098563c584509bec44432.tar.gz upstream-6c407fb5db02bc54de2098563c584509bec44432.tar.bz2 upstream-6c407fb5db02bc54de2098563c584509bec44432.zip |
ath79: do not set inherited phy-mode/status properties again
There are several cases where phy-mode and status properties are
set again in DTS(I) files although those were set to the same values
in parent DTSI files already. Remove those cases (and thus also stop
their proliferation by copy/paste).
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/ar7240.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar7240.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7240.dtsi b/target/linux/ath79/dts/ar7240.dtsi index 268c8780f4..5382a710f9 100644 --- a/target/linux/ath79/dts/ar7240.dtsi +++ b/target/linux/ath79/dts/ar7240.dtsi @@ -65,7 +65,6 @@ resets = <&rst 9>; reset-names = "mac"; - phy-mode = "mii"; phy-handle = <&swphy4>; }; |