summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElad Nachman <enachman@marvell.com>2026-01-26 13:36:27 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2026-03-02 16:16:57 +0100
commite4cbff2debc02e71f2ce75e19377df5aef7f7ae5 (patch)
treeaa480f486a4829de3ec4551a7004b91c0e6e660f
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff)
arm64: dts: a7k: use phy handle
Documentation/devicetree/bindings/net/ethernet-controller.yaml phy: : #/properties/phy-handle deprecated: true New dts files should not be using deprecated properties. What should be used is: phy-handle: : /schemas/types.yaml#/definitions/phandle description: Specifies a reference to a node representing a PHY device. Suggested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Elad Nachman <enachman@marvell.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi b/arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi
index 2b5ec4a451e3..0cfcf5f6bde1 100644
--- a/arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi
@@ -70,7 +70,7 @@
&cp0_eth1 {
status = "okay";
- phy = <&phy0>;
+ phy-handle = <&phy0>;
phy-mode = "rgmii-id";
};