lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260126113627.2769695-1-enachman@marvell.com>
Date: Mon, 26 Jan 2026 13:36:27 +0200
From: Elad Nachman <enachman@...vell.com>
To: <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
        <conor+dt@...nel.org>, <andrew@...n.ch>, <gregory.clement@...tlin.com>,
        <sebastian.hesselbarth@...il.com>, <pali@...nel.org>,
        <mrkiko.rs@...il.com>, <chris.packham@...iedtelesis.co.nz>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>
CC: <enachman@...vell.com>
Subject: [PATCH] arm64: dts: a7k: use phy handle

From: Elad Nachman <enachman@...vell.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@...n.ch>
Signed-off-by: Elad Nachman <enachman@...vell.com>
---
 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ