diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts index d68ad0a868..6aca5e5362 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts @@ -186,6 +186,13 @@ lantiq,gphy-mode = ; }; +/* This PHY is not used, but try to load the 100M FW too */ +&gphy1 { + status = "disabled"; + + lantiq,gphy-mode = ; +}; + &gswip_mdio { phy11: ethernet-phy@11 { reg = <0x11>; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_netgear_dm200.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_netgear_dm200.dts index 3ce6797964..1ffbf1d447 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_netgear_dm200.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_netgear_dm200.dts @@ -97,6 +97,13 @@ nvmem-cell-names = "mac-address"; }; +/* This PHY is not used, but try to load the 100M FW too */ +&gphy0 { + status = "disabled"; + + lantiq,gphy-mode = ; +}; + &gphy1 { lantiq,gphy-mode = ; };