[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f782bf45-3a69-18b4-de0b-f53669aec546@canonical.com>
Date: Fri, 11 Mar 2022 14:09:05 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Ioana Ciornei <ioana.ciornei@....com>, davem@...emloft.net,
kuba@...nel.org, netdev@...r.kernel.org
Cc: kishon@...com, vkoul@...nel.org, robh+dt@...nel.org,
leoyang.li@....com, linux-phy@...ts.infradead.org,
devicetree@...r.kernel.org, linux@...linux.org.uk,
shawnguo@...nel.org, hongxing.zhu@....com
Subject: Re: [PATCH net-next v4 2/8] dt-bindings: phy: add the "fsl,lynx-28g"
compatible
On 11/03/2022 13:54, Ioana Ciornei wrote:
> Describe the "fsl,lynx-28g" compatible used by the Lynx 28G SerDes PHY
> driver on Layerscape based SoCs.
>
> Signed-off-by: Ioana Ciornei <ioana.ciornei@....com>
> ---
> Changes in v2:
> - none
> Changes in v3:
> - 2/8: fix 'make dt_binding_check' errors
> Changes in v4:
> - 2/8: remove the lane DT nodes
>
> .../devicetree/bindings/phy/fsl,lynx-28g.yaml | 40 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 41 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml
>
> diff --git a/Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml b/Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml
> new file mode 100644
> index 000000000000..dd1adf7b3c05
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml
> @@ -0,0 +1,40 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/phy/fsl,lynx-28g.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Freescale Lynx 28G SerDes PHY binding
> +
> +maintainers:
> + - Ioana Ciornei <ioana.ciornei@....com>
> +
> +properties:
> + compatible:
> + enum:
> + - fsl,lynx-28g
> +
> + reg:
> + maxItems: 1
> +
> + "#phy-cells":
> + const: 1
> +
> +required:
> + - compatible
> + - reg
> + - "#phy-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + soc {
> + #address-cells = <2>;
> + #size-cells = <2>;
> + serdes_1: serdes_phy@...0000 {
Comment from v3 still unresolved. Rest looks good.
Best regards,
Krzysztof
Powered by blists - more mailing lists