[PATCH v2 2/3] arm64: dts: a7k: add COM Express boards

Andrew Lunn andrew at lunn.ch
Sun Jan 25 08:28:36 PST 2026


> +&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



More information about the linux-arm-kernel mailing list