mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
ipq40xx: fixup remaining devices that dont use QCA807x PHY
Like AVM 1200 these devices also do not use QCA807x PHY at all and thus they disables all of the individual PHY nodes, however this is not enough anymore since the conversion to PHY package. Now its now enough to disable the PHY-s in the package alone, but the PHY package node itself must also be disabled. Fixes: 1b931c33a28e ("ipq40xx: adapt to new Upstream QCA807x PHY driver") Link: https://github.com/openwrt/openwrt/pull/15444 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
61e8728d86
commit
dc9220f748
@ -243,6 +243,18 @@
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
|
||||
ar8035: ethernet-phy@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
&qca807x {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ðphy0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ðphy1 {
|
||||
@ -279,6 +291,6 @@
|
||||
status = "okay";
|
||||
|
||||
label = "lan";
|
||||
phy-handle = <ðphy0>;
|
||||
phy-handle = <&ar8035>;
|
||||
phy-mode = "rgmii-id";
|
||||
};
|
||||
|
@ -232,6 +232,10 @@
|
||||
phy-mode = "rgmii-id";
|
||||
};
|
||||
|
||||
&qca807x {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ðphy0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
@ -401,6 +401,10 @@
|
||||
status = "okay";
|
||||
pinctrl-0 = <&mdio_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ar8035: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&gmac {
|
||||
@ -419,14 +423,22 @@
|
||||
status = "okay";
|
||||
|
||||
label = "lan";
|
||||
phy-handle = <ðphy1>;
|
||||
phy-handle = <&ar8035>;
|
||||
phy-mode = "rgmii-rxid";
|
||||
};
|
||||
|
||||
&qca807x {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ðphy0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ðphy1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ðphy2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user