Re: [PATCH] Documentation: arm: marvell: Add Octeon TX2 CN913x Flavors

From: Jonathan Corbet
Date: Tue Sep 21 2021 - 19:08:56 EST


Pali Rohár <pali@xxxxxxxxxx> writes:

> Marvell put CN913x into Octeon TX2 family but they are different from all
> other Octeon TX2 products. Instead CN913x is evolution from Armada 7k/8k
> products.
>
> Signed-off-by: Pali Rohár <pali@xxxxxxxxxx>
> ---
> Documentation/arm/marvell.rst | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/Documentation/arm/marvell.rst b/Documentation/arm/marvell.rst
> index f9b09b06e1d6..c3d3f27edfbb 100644
> --- a/Documentation/arm/marvell.rst
> +++ b/Documentation/arm/marvell.rst
> @@ -244,6 +244,23 @@ EBU Armada family ARMv8
> Device tree files:
> arch/arm64/boot/dts/marvell/armada-80*
>
> + Octeon TX2 CN913x Flavors:
> + - CN9130 (AP807 Quad + one internal CP115)
> + - CN9131 (AP807 Quad + one internal CP115 + one external CP115 / 88F8215)
> + - CN9132 (AP807 Quad + one internal CP115 + two external CP115 / 88F8215)
> +
> + Core:
> + ARM Cortex A72
> +
> + Homepage:
> + https://web.archive.org/web/20200803150818/https://www.marvell.com/products/infrastructure-processors/multi-core-processors/octeon-tx2/octeon-tx2-cn9130.html
> +
> + Product Brief:
> + https://web.archive.org/web/20200803150818/https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-infrastructure-processors-octeon-tx2-cn913x-product-brief-2020-02.pdf
> +
> + Device tree files:
> + arch/arm64/boot/dts/marvell/cn913*
> +
> Avanta family

Applied, thanks.

jon