[PATCH] arm64: dts: a7k: use phy handle

Gregory CLEMENT gregory.clement at bootlin.com
Mon Mar 2 07:17:45 PST 2026


Elad Nachman <enachman at marvell.com> writes:

> From: Elad Nachman <enachman at marvell.com>
>
> 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 at lunn.ch>
> Signed-off-by: Elad Nachman <enachman at marvell.com>

Applied on mvebu/dt64

Thanks,

Gregory
> ---
>  arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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_eth0 {
>  
>  &cp0_eth1 {
>  	status = "okay";
> -	phy = <&phy0>;
> +	phy-handle = <&phy0>;
>  	phy-mode = "rgmii-id";
>  };
>  
> -- 
> 2.25.1
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the linux-arm-kernel mailing list