[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <38fdefa0-a13e-44e4-918e-d2e54c3fb668@lunn.ch>
Date: Sun, 25 Jan 2026 17:28:36 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Elad Nachman <enachman@...vell.com>
Cc: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org, 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
Subject: Re: [PATCH v2 2/3] arm64: dts: a7k: add COM Express boards
> +&cp0_eth1 {
> + status = "okay";
> + phy = <&phy0>;
Documentation/devicetree/bindings/net/ethernet-controller.yaml
phy:
$ref: "#/properties/phy-handle"
deprecated: true
New dts files should not be using deprecated properties.
What should be used is:
phy-handle:
$ref: /schemas/types.yaml#/definitions/phandle
description:
Specifies a reference to a node representing a PHY device.
Andrew
Powered by blists - more mailing lists