mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
ipq40xx: remove non-existent ethernet PHY
Since updating the MDIO driver, the probe will fail hard on any PHY not present on the bus, while this was not the case prior. Fixes commit 26b1f72381fb ("ipq40xx: net: phy: ar40xx: remove PHY handling") Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
80713657b2
commit
f3e45c45cb
@ -26,6 +26,12 @@
|
||||
status = "okay";
|
||||
pinctrl-0 = <&mdio_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
/delete-node/ ethernet-phy@1;
|
||||
/delete-node/ ethernet-phy@2;
|
||||
/delete-node/ ethernet-phy@3;
|
||||
/delete-node/ ethernet-phy@4;
|
||||
/delete-node/ psgmii-phy@5;
|
||||
};
|
||||
|
||||
tcsr@1949000 {
|
||||
|
@ -22,9 +22,11 @@
|
||||
pinctrl-names = "default";
|
||||
|
||||
/delete-node/ ethernet-phy@0;
|
||||
/delete-node/ ethernet-phy@1;
|
||||
/delete-node/ ethernet-phy@2;
|
||||
/delete-node/ ethernet-phy@3;
|
||||
/delete-node/ ethernet-phy@4;
|
||||
/delete-node/ psgmii-phy@5;
|
||||
|
||||
ethernet-phy@5 {
|
||||
reg = <0x5>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user