diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-16 17:01:02 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-17 12:05:26 +0100 |
commit | ab47e214721bff72e9692ee2818146950c327c5a (patch) | |
tree | 5594b2ce2f70c2bdc82842ebf84f99563fbacebf /target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts | |
parent | d89a7f0120db42d4fae1656e1860ef49523acabb (diff) | |
download | upstream-ab47e214721bff72e9692ee2818146950c327c5a.tar.gz upstream-ab47e214721bff72e9692ee2818146950c327c5a.tar.bz2 upstream-ab47e214721bff72e9692ee2818146950c327c5a.zip |
ath79: qca955x: remove redundant phy-mode
phy-mode is already set to rgmii for eth0 and sgmii for eth1 in
qca955x.dtsi, no need to do that again in the device DTS files.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts b/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts index fabfe14cf8..8cea2ff401 100644 --- a/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts +++ b/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts @@ -152,7 +152,6 @@ pll-data = <0x82000101 0x80000101 0x80001313>; phy-handle = <&phy4>; - phy-mode = "rgmii"; }; ð1 { @@ -161,5 +160,4 @@ pll-data = <0x03000101 0x80000101 0x80001313>; phy-handle = <&phy1>; - phy-mode = "sgmii"; }; |