mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
ipq806x: fix broken onhub dtsi
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: 337e36e0ef
("ipq806x: convert each device to DSA implementation")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
9ac891f8c4
commit
94ed8f73e1
@ -345,7 +345,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
qcom,id = <0>;
|
qcom,id = <0>;
|
||||||
phy-handle = <&phy1>;
|
|
||||||
|
|
||||||
pinctrl-0 = <&rgmii0_pins>;
|
pinctrl-0 = <&rgmii0_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
@ -360,7 +359,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
phy-mode = "sgmii";
|
phy-mode = "sgmii";
|
||||||
qcom,id = <2>;
|
qcom,id = <2>;
|
||||||
phy-handle = <&phy0>;
|
|
||||||
|
|
||||||
fixed-link {
|
fixed-link {
|
||||||
speed = <1000>;
|
speed = <1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user