From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 01E1E4014BE for ; Mon, 2 Mar 2026 15:17:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772464681; cv=none; b=gDRFzuMFRcuBnB60EVZd5FZddnV39J1q3GOtymqmeT29UJHCH2ET9U2pexKUfPsvIlnXYLjYp06G4Ej4naOcUezCbsFPqNAkUYwkLUjsVe+HFrFFiAqsUk/ZeaVjdZuiPUegWGy5rpDe7OPSAaS9o93N96W96hHINTHBO2nEw/4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772464681; c=relaxed/simple; bh=L1vH4T6dWBK+NqT4G0zJgugKxi3Ewjq/F5KaiB4JFGE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ejNRna6AsDGhs+r8JE4qu79N/NvrBKicSOpxE4LzXDgJNEpRAGplF99Z7Dl0bShXxdPD30LERexvSfdcl/u7gBb48g+By0ZVFgesqFyFThhgUCJAHB1e/wmEqFTk6Ky3LQjOOF4MOwZmNCyK4KsqG981H+IJj68+sbiXhws4waA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=VUg75ZUR; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="VUg75ZUR" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 735C94E424D4; Mon, 2 Mar 2026 15:17:56 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 3A1965FE89; Mon, 2 Mar 2026 15:17:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8CB1F10369561; Mon, 2 Mar 2026 16:17:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772464675; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=CScwP8j93rksIyuNDJIvOZRuSEzape/ji14TrGStkRU=; b=VUg75ZURvjstC7NYpKglyHEoSrItp6LFXtWbOCcQbM1w/hK9VSh85lNIqqBbbLXkdUsXc9 a3UrTxw9ipgOKQAgTj+v6RvCR8YM3tM/DRvqaIYwNjqklYKOmjIp6H5d0ZFdJJ/xhRTAhu ajSpm863+EYSkgeCbO2b1HdK5+eP045RvuyzjFelOOCCqvxbrirJs/TSVQxPGh1t1fFYc9 HUERsf94hEQ47RRI9WbThPZl3e60Et/KZKDY0TU+QfhT+ouibIThOfKAr5C8l039GJ42sl HRwdiZH+itK2WB95DZt5CzlloPudKMHcF8jqLDLqdRyEdnMxas8IoiMxW/t4Aw== From: Gregory CLEMENT To: Elad Nachman , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, andrew@lunn.ch, sebastian.hesselbarth@gmail.com, pali@kernel.org, mrkiko.rs@gmail.com, chris.packham@alliedtelesis.co.nz, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: enachman@marvell.com Subject: Re: [PATCH] arm64: dts: a7k: use phy handle In-Reply-To: <20260126113627.2769695-1-enachman@marvell.com> References: <20260126113627.2769695-1-enachman@marvell.com> Date: Mon, 02 Mar 2026 16:17:45 +0100 Message-ID: <87342igt0m.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Elad Nachman writes: > From: Elad Nachman > > 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 > Signed-off-by: Elad Nachman 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/ar= ch/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 { >=20=20 > &cp0_eth1 { > status =3D "okay"; > - phy =3D <&phy0>; > + phy-handle =3D <&phy0>; > phy-mode =3D "rgmii-id"; > }; >=20=20 > --=20 > 2.25.1 > --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com