Fix broken onhub dtsi. The gmac node have a redundant phy-handle that
doesn't point to the swconfig phy node as they got dropped in the DSA
conversion. Drop these extra binding to restore correct compilation of
this subtarget.
Fixes: 337e36e0ef98 ("ipq806x: convert each device to DSA implementation")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
status = "okay";
phy-mode = "rgmii";
qcom,id = <0>;
- phy-handle = <&phy1>;
pinctrl-0 = <&rgmii0_pins>;
pinctrl-names = "default";
status = "okay";
phy-mode = "sgmii";
qcom,id = <2>;
- phy-handle = <&phy0>;
fixed-link {
speed = <1000>;