From f3e45c45cba1a541693da840642b08226653dff4 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 27 Dec 2020 22:56:49 +0100 Subject: 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 --- .../files/arch/arm/boot/dts/qcom-ipq4029-aruba-glenmorangie.dtsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4029-aruba-glenmorangie.dtsi') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4029-aruba-glenmorangie.dtsi b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4029-aruba-glenmorangie.dtsi index 54ebb0b4b0..9d0823f3ef 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4029-aruba-glenmorangie.dtsi +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4029-aruba-glenmorangie.dtsi @@ -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>; -- cgit v1.2.3