Skip to content

Commit e4cbff2

Browse files
eladnachmangclement
authored andcommitted
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 <[email protected]> Signed-off-by: Elad Nachman <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 6de23f8 commit e4cbff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
&cp0_eth1 {
7272
status = "okay";
73-
phy = <&phy0>;
73+
phy-handle = <&phy0>;
7474
phy-mode = "rgmii-id";
7575
};
7676

0 commit comments

Comments
 (0)