From: Rob Herring <robh@kernel.org>
To: Vadym Kochan <vadym.kochan@plvision.eu>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Chris Packham <chris.packham@alliedtelesis.co.nz>,
Gregory CLEMENT <gregory.clement@bootlin.com>,
Konstantin Porotchkin <kostap@marvell.com>,
Andrew Lunn <andrew@lunn.ch>,
Robert Marko <robert.marko@sartura.hr>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v9 1/3] dt-bindings: marvell: Document the AC5/AC5X compatibles
Date: Tue, 14 Jun 2022 14:50:51 -0600 [thread overview]
Message-ID: <20220614205051.GA2499840-robh@kernel.org> (raw)
In-Reply-To: <20220613225338.393-2-vadym.kochan@plvision.eu>
On Tue, Jun 14, 2022 at 01:53:22AM +0300, Vadym Kochan wrote:
> From: Chris Packham <chris.packham@alliedtelesis.co.nz>
>
> Describe the compatible properties for the Marvell Alleycat5/5X switches
> with integrated CPUs.
>
> Alleycat5:
> * 98DX2538: 24x1G + 2x10G + 2x10G Stack
> * 98DX2535: 24x1G + 4x1G Stack
> * 98DX2532: 8x1G + 2x10G + 2x1G Stack
> * 98DX2531: 8x1G + 4x1G Stack
> * 98DX2528: 24x1G + 2x10G + 2x10G Stack
> * 98DX2525: 24x1G + 4x1G Stack
> * 98DX2522: 8x1G + 2x10G + 2x1G Stack
> * 98DX2521: 8x1G + 4x1G Stack
> * 98DX2518: 24x1G + 2x10G + 2x10G Stack
> * 98DX2515: 24x1G + 4x1G Stack
> * 98DX2512: 8x1G + 2x10G + 2x1G Stack
> * 98DX2511: 8x1G + 4x1G Stack
>
> Alleycat5X:
> * 98DX3500: 24x1G + 6x25G
> * 98DX3501: 16x1G + 6x10G
> * 98DX3510: 48x1G + 6x25G
> * 98DX3520: 24x2.5G + 6x25G
> * 98DX3530: 48x2.5G + 6x25G
> * 98DX3540: 12x5G/6x10G + 6x25G
> * 98DX3550: 24x5G/12x10G + 6x25G
>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
> ---
>
> Notes:
> Changes in v9:
> - Renamed $id with "ac5" prefix
> Changes in v8:
> - Add review from Krzysztof
> Changes in v7:
> - Add rd-ac5 and rd-ac5x boards to binding.
> - Rename to armada-98dx25xx.yaml
> Changes in v6:
> - New
>
> .../bindings/arm/marvell/ac5-98dx25xx.yaml | 32 +++++++++++++++++++
Use compatible string for filename:
marvell,ac5.yaml
> 1 file changed, 32 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/marvell/ac5-98dx25xx.yaml
>
> diff --git a/Documentation/devicetree/bindings/arm/marvell/ac5-98dx25xx.yaml b/Documentation/devicetree/bindings/arm/marvell/ac5-98dx25xx.yaml
> new file mode 100644
> index 000000000000..1d8dd7c00c1a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/marvell/ac5-98dx25xx.yaml
> @@ -0,0 +1,32 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/arm/marvell/ac5-98dx25xx.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Marvell Alleycat5/5X Platforms
> +
> +maintainers:
> + - Chris Packham <chris.packham@alliedtelesis.co.nz>
> +
> +properties:
> + $nodename:
> + const: '/'
> + compatible:
> + oneOf:
> + - description: Alleycat5 (98DX25xx) Reference Design
> + items:
> + - enum:
> + - marvell,rd-ac5
> + - const: marvell,ac5
> +
> + - description: Alleycat5X (98DX35xx) Reference Design
> + items:
> + - enum:
> + - marvell,rd-ac5x
> + - const: marvell,ac5x
> + - const: marvell,ac5
> +
> +additionalProperties: true
> +
> +...
> --
> 2.17.1
>
>
next prev parent reply other threads:[~2022-06-14 20:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-13 22:53 [PATCH v9 0/3] arm64: mvebu: Support for Marvell 98DX2530 (and variants) Vadym Kochan
2022-06-13 22:53 ` [PATCH v9 1/3] dt-bindings: marvell: Document the AC5/AC5X compatibles Vadym Kochan
2022-06-14 4:03 ` Chris Packham
2022-06-14 20:50 ` Rob Herring [this message]
2022-06-14 20:58 ` Krzysztof Kozlowski
2022-06-13 22:53 ` [PATCH v9 2/3] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board Vadym Kochan
2022-06-14 5:11 ` Chris Packham
2022-06-14 5:26 ` Chris Packham
2022-06-14 8:16 ` Vadym Kochan
2022-06-14 21:25 ` Chris Packham
2022-06-15 0:03 ` Chris Packham
2022-07-05 4:59 ` Chris Packham
2022-06-13 22:53 ` [PATCH v9 3/3] arm64: marvell: enable the 98DX2530 pinctrl driver Vadym Kochan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220614205051.GA2499840-robh@kernel.org \
--to=robh@kernel.org \
--cc=andrew@lunn.ch \
--cc=catalin.marinas@arm.com \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=kostap@marvell.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robert.marko@sartura.hr \
--cc=vadym.kochan@plvision.eu \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).